diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-27 03:19:43 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-27 03:19:43 +0300 |
| commit | fa7303bc99ed56e6770928d59e16ee3306e26750 (patch) | |
| tree | 68e475e778764d1d50d16375567995432b3fd15f /core/classes/authentication/Token | |
| parent | e32735e01bab8f73ce0fb0413254cfd8e18249e2 (diff) | |
| download | classroom-fa7303bc99ed56e6770928d59e16ee3306e26750.tar.gz classroom-fa7303bc99ed56e6770928d59e16ee3306e26750.tar.bz2 classroom-fa7303bc99ed56e6770928d59e16ee3306e26750.zip | |
several tests on user_manager extension
Diffstat (limited to 'core/classes/authentication/Token')
| -rw-r--r-- | core/classes/authentication/Token/UserToken.php | 6 | ||||
| -rw-r--r-- | core/classes/authentication/Token/UserTokenInterface.php | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/core/classes/authentication/Token/UserToken.php b/core/classes/authentication/Token/UserToken.php index 520d4ad..b9bb024 100644 --- a/core/classes/authentication/Token/UserToken.php +++ b/core/classes/authentication/Token/UserToken.php @@ -4,9 +4,9 @@ * @package DevCoder\Authentication * */ -// namespace DevCoder\Authentication\Token; - -// use DevCoder\Authentication\UserInterface; +# namespace DevCoder\Authentication\Token; +# +# use DevCoder\Authentication\UserInterface; class UserToken implements UserTokenInterface { diff --git a/core/classes/authentication/Token/UserTokenInterface.php b/core/classes/authentication/Token/UserTokenInterface.php index f095a17..8e8b642 100644 --- a/core/classes/authentication/Token/UserTokenInterface.php +++ b/core/classes/authentication/Token/UserTokenInterface.php @@ -4,9 +4,9 @@ * @package DevCoder\Authentication\Token * */ -// namespace DevCoder\Authentication\Token; - -// use DevCoder\Authentication\UserInterface; +# namespace DevCoder\Authentication\Token; +# +# use DevCoder\Authentication\UserInterface; interface UserTokenInterface { |
