diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-31 12:37:15 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-31 12:37:15 -0500 |
commit | 772804add8095eea9b3ec2a832c2f82fbb9a6fd5 (patch) | |
tree | 782a414d15f9091d04bcf3960a957f952958e548 /app/Subscriber/Base.php | |
parent | 66f150d887a34d2b51ff14f22d0fd41a34f8cc77 (diff) |
Acl refactoring
Diffstat (limited to 'app/Subscriber/Base.php')
-rw-r--r-- | app/Subscriber/Base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Subscriber/Base.php b/app/Subscriber/Base.php index 5f884b39..abc051b3 100644 --- a/app/Subscriber/Base.php +++ b/app/Subscriber/Base.php @@ -19,6 +19,7 @@ use Pimple\Container; * @property \Model\Task $task * @property \Model\TaskExport $taskExport * @property \Model\TaskFinder $taskFinder + * @property \Model\UserSession $userSession */ abstract class Base { |