From 63f714d5a78b765c117ebf6bbdfdbd748dd45644 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Thu, 4 May 2023 03:02:01 +0300 Subject: authentication; invitation; activation; base form setup --- core/classes/authentication/User.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/classes/authentication') diff --git a/core/classes/authentication/User.php b/core/classes/authentication/User.php index babc7fd..f6508ff 100644 --- a/core/classes/authentication/User.php +++ b/core/classes/authentication/User.php @@ -20,9 +20,6 @@ class User implements UserInterface // @var array private $roles = []; - // @var array - private $privileges = []; - // @var bool private $enabled = true; -- cgit v1.2.3