diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-02 21:58:00 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-02 21:58:00 -0400 |
commit | 264b5526035be61c043a5314baa0e07e8f3f8216 (patch) | |
tree | 0bf890e1b9f1a9f9fa8948978902b829a8f4e5e5 /app/Core/Base.php | |
parent | 370361330aeb37f02e87ab78ae38521da774c957 (diff) |
Add custom filters (refactoring of pull-request #1312)
Diffstat (limited to 'app/Core/Base.php')
-rw-r--r-- | app/Core/Base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Core/Base.php b/app/Core/Base.php index b919d551..71d54413 100644 --- a/app/Core/Base.php +++ b/app/Core/Base.php @@ -47,6 +47,7 @@ use Pimple\Container; * @property \Model\Comment $comment * @property \Model\Config $config * @property \Model\Currency $currency + * @property \Model\CustomFilter $customFilter * @property \Model\DateParser $dateParser * @property \Model\File $file * @property \Model\LastLogin $lastLogin |