diff options
Diffstat (limited to 'core/classes/authentication/Core')
| -rw-r--r-- | core/classes/authentication/Core/PasswordTrait.php | 6 | ||||
| -rw-r--r-- | core/classes/authentication/Core/UserManager.php | 10 | ||||
| -rw-r--r-- | core/classes/authentication/Core/UserManagerInterface.php | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/core/classes/authentication/Core/PasswordTrait.php b/core/classes/authentication/Core/PasswordTrait.php index 2d3cbd2..40a7381 100644 --- a/core/classes/authentication/Core/PasswordTrait.php +++ b/core/classes/authentication/Core/PasswordTrait.php @@ -4,9 +4,9 @@ * @package DevCoder\Authentication\Core * */ -// namespace DevCoder\Authentication\Core; - -// use DevCoder\Authentication\UserInterface; +# namespace DevCoder\Authentication\Core; +# +# use DevCoder\Authentication\UserInterface; trait PasswordTrait { diff --git a/core/classes/authentication/Core/UserManager.php b/core/classes/authentication/Core/UserManager.php index 776cee9..a3c1cd5 100644 --- a/core/classes/authentication/Core/UserManager.php +++ b/core/classes/authentication/Core/UserManager.php @@ -4,11 +4,11 @@ * @package DevCoder\Authentication\Core * */ -// namespace DevCoder\Authentication\Core; - -// use DevCoder\Authentication\Token\UserToken; -// use DevCoder\Authentication\Token\UserTokenInterface; -// use DevCoder\Authentication\UserInterface; +# namespace DevCoder\Authentication\Core; +# +# use DevCoder\Authentication\Token\UserToken; +# use DevCoder\Authentication\Token\UserTokenInterface; +# use DevCoder\Authentication\UserInterface; class UserManager implements UserManagerInterface { diff --git a/core/classes/authentication/Core/UserManagerInterface.php b/core/classes/authentication/Core/UserManagerInterface.php index 4702992..05110fb 100644 --- a/core/classes/authentication/Core/UserManagerInterface.php +++ b/core/classes/authentication/Core/UserManagerInterface.php @@ -4,10 +4,10 @@ * @package DevCoder\Authentication\Core * */ -// namespace DevCoder\Authentication\Core; - -// use DevCoder\Authentication\Token\UserTokenInterface; -// use DevCoder\Authentication\UserInterface; +# namespace DevCoder\Authentication\Core; +# +# use DevCoder\Authentication\Token\UserTokenInterface; +# use DevCoder\Authentication\UserInterface; interface UserManagerInterface { |
