summaryrefslogtreecommitdiff
path: root/core/classes/authentication/Token/UserToken.php
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-27 03:19:43 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-27 03:19:43 +0300
commitfa7303bc99ed56e6770928d59e16ee3306e26750 (patch)
tree68e475e778764d1d50d16375567995432b3fd15f /core/classes/authentication/Token/UserToken.php
parente32735e01bab8f73ce0fb0413254cfd8e18249e2 (diff)
downloadclassroom-fa7303bc99ed56e6770928d59e16ee3306e26750.tar.gz
classroom-fa7303bc99ed56e6770928d59e16ee3306e26750.tar.bz2
classroom-fa7303bc99ed56e6770928d59e16ee3306e26750.zip
several tests on user_manager extension
Diffstat (limited to 'core/classes/authentication/Token/UserToken.php')
-rw-r--r--core/classes/authentication/Token/UserToken.php6
1 files changed, 3 insertions, 3 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
{