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/User.php | |
| 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/User.php')
| -rw-r--r-- | core/classes/authentication/User.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/classes/authentication/User.php b/core/classes/authentication/User.php index cc9d5e3..06f0ddb 100644 --- a/core/classes/authentication/User.php +++ b/core/classes/authentication/User.php @@ -6,7 +6,7 @@ * @package DevCoder\Authentication * */ -// namespace DevCoder\Authentication; +# namespace DevCoder\Authentication; class User implements UserInterface { @@ -27,6 +27,7 @@ class User implements UserInterface private $enabled = true; + /** GETs * ------------------------------------------------------------------------- */ |
