diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-26 21:34:55 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-26 21:34:55 -0500 |
commit | 895db9dd3c500eee064ae67cf800858c2804f1da (patch) | |
tree | e53e7666411043d7bfc05e314453c92dd092b294 /app | |
parent | ac97b4120e7f8dbcd246eb190cc2f593d84b9a97 (diff) |
Add @property dateParser (phpdoc)
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 |