diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-17 17:27:34 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-17 17:27:34 -0500 |
commit | 74e4a7b0642b18d9aaa71dd72359495c5dc99107 (patch) | |
tree | 9bfd7dc1b49c7634536e4226af082dba8d1d8369 /app/Model | |
parent | 84b0f0df90442775b9122457648f06c9485df1f1 (diff) |
Add top links to the calendar
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Base.php b/app/Model/Base.php index 3f847c2e..a6333144 100644 --- a/app/Model/Base.php +++ b/app/Model/Base.php @@ -23,6 +23,7 @@ use Pimple\Container; * @property \Model\Config $config * @property \Model\DateParser $dateParser * @property \Model\File $file + * @property \Model\Helper $helper * @property \Model\LastLogin $lastLogin * @property \Model\Notification $notification * @property \Model\Project $project |