Skip to content

Commit

Permalink
FIX Use correct namespace for import
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 14, 2023
1 parent a4c6f1e commit 780b9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/AuditHookSessionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use SilverStripe\Core\Injector\Injector;
use SilverStripe\ORM\DataExtension;
use SilverStripe\Security\Security;
use SilverStripe\SessionManager\Model\LoginSession;
use SilverStripe\SessionManager\Models\LoginSession;

/**
* Provides logging actions on extension hooks from certain silverstripe/session-manager actions.
Expand Down
2 changes: 1 addition & 1 deletion tests/AuditHookSessionManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SilverStripe\Security\Security;
use SilverStripe\Security\SecurityToken;
use SilverStripe\SessionManager\Control\LoginSessionController;
use SilverStripe\SessionManager\Model\LoginSession;
use SilverStripe\SessionManager\Models\LoginSession;

class AuditHookSessionManagerTest extends SapphireTest
{
Expand Down

0 comments on commit 780b9af

Please sign in to comment.