diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Controller/Base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/Base.php b/app/Controller/Base.php index 8d3ea876..c1753c97 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -25,6 +25,7 @@ use Model\LastLogin; * @property \Model\Color $color * @property \Model\Comment $comment * @property \Model\Config $config + * @property \Model\DateParser $dateParser * @property \Model\File $file * @property \Model\LastLogin $lastLogin * @property \Model\Notification $notification |