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/Action/Base.php | |
parent | 66f150d887a34d2b51ff14f22d0fd41a34f8cc77 (diff) |
Acl refactoring
Diffstat (limited to 'app/Action/Base.php')
-rw-r--r-- | app/Action/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Action/Base.php b/app/Action/Base.php index 5133c7db..0d8bd565 100644 --- a/app/Action/Base.php +++ b/app/Action/Base.php @@ -11,7 +11,7 @@ use Pimple\Container; * @package action * @author Frederic Guillot * - * @property \Model\Acl $acl + * @property \Model\UserSession $userSession * @property \Model\Comment $comment * @property \Model\Task $task * @property \Model\TaskCreation $taskCreation |