diff options
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 * ------------------------------------------------------------------------- */ |
