From d1338cbb59d0752155f17d94b0b9b073df95183f Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Sat, 27 May 2023 13:06:44 +0300 Subject: content model; add petition to database --- core/classes/authentication/User.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'core/classes/authentication/User.php') diff --git a/core/classes/authentication/User.php b/core/classes/authentication/User.php index f6508ff..2257dc0 100644 --- a/core/classes/authentication/User.php +++ b/core/classes/authentication/User.php @@ -11,6 +11,10 @@ class User implements UserInterface { + /** PROPERTIES + * ------------------------------------------------------------------------- + */ + // @var string private $userName; @@ -99,7 +103,6 @@ class User implements UserInterface return $this; } - /** setEnabled * * @param bool $enabled -- cgit v1.2.3