diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-30 05:03:23 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-30 05:03:23 +0300 |
| commit | 4f2d900af7636e6744ae14aeeefdf2d6080ac50a (patch) | |
| tree | 1f80775437510591656e6ef13375516226ed27f3 /core/classes/authentication/User.php | |
| parent | a16d070c4f8301a8b68220aca6d3573705be9025 (diff) | |
| download | classroom-4f2d900af7636e6744ae14aeeefdf2d6080ac50a.tar.gz classroom-4f2d900af7636e6744ae14aeeefdf2d6080ac50a.tar.bz2 classroom-4f2d900af7636e6744ae14aeeefdf2d6080ac50a.zip | |
several mail options tested; mailhog (fake) mailer is working
Diffstat (limited to 'core/classes/authentication/User.php')
| -rw-r--r-- | core/classes/authentication/User.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/core/classes/authentication/User.php b/core/classes/authentication/User.php index 06f0ddb..babc7fd 100644 --- a/core/classes/authentication/User.php +++ b/core/classes/authentication/User.php @@ -56,14 +56,6 @@ class User implements UserInterface return $this->roles; } - /** getPrivileges - * @return array - */ - public function getPrivileges(): array - { - return $this->privileges; - } - /** isEnabled * @return bool */ @@ -110,16 +102,6 @@ class User implements UserInterface return $this; } - /** setPrivileges() - * - * @param array $roles - * @return User - */ - public function setPrivileges(array $privileges): self - { - $this->privileges = $privileges; - return $this; - } /** setEnabled * |
