diff options
-rw-r--r-- | app/Core/Base.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Core/Base.php b/app/Core/Base.php index be5052b6..fe42ba09 100644 --- a/app/Core/Base.php +++ b/app/Core/Base.php @@ -33,6 +33,10 @@ use Pimple\Container; * @property \Integration\Sendgrid $sendgrid * @property \Integration\SlackWebhook $slackWebhook * @property \Integration\Smtp $smtp + * @property \Formatter\TaskFilterGanttFormatter $taskFilterGanttFormatter + * @property \Formatter\TaskFilterAutoCompleteFormatter $taskFilterAutoCompleteFormatter + * @property \Formatter\TaskFilterCalendarFormatter $taskFilterCalendarFormatter + * @property \Formatter\TaskFilterICalendarFormatter $taskFilterICalendarFormatter * @property \Model\Acl $acl * @property \Model\Action $action * @property \Model\Authentication $authentication |