Skip to content

Commit ff57927

Browse files
committed
relocate Session class to Security namespace
1 parent 39fde7b commit ff57927

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/Security/Authentication/Cookies/AuthenticationCookieHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
use DevNet\System\TimeSpan;
1212
use DevNet\System\PropertyTrait;
13-
use DevNet\Web\Http\Session;
13+
use DevNet\Web\Security\Session;
1414
use DevNet\Web\Security\Authentication\AuthenticationResult;
1515
use DevNet\Web\Security\Authentication\IAuthenticationHandler;
1616
use DevNet\Web\Security\Authentication\IAuthenticationSigningHandler;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @link https://github.com/DevNet-Framework
77
*/
88

9-
namespace DevNet\Web\Http;
9+
namespace DevNet\Web\Security;
1010

1111
class Session
1212
{

lib/Security/Tokens/Csrf/AntiforgeryTokenStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace DevNet\Web\Security\Tokens\Csrf;
1010

11-
use DevNet\Web\Http\Session;
11+
use DevNet\Web\Security\Session;
1212

1313
class AntiforgeryTokenStore
1414
{

0 commit comments

Comments
 (0)