summaryrefslogtreecommitdiff
path: root/kanboard
diff options
context:
space:
mode:
Diffstat (limited to 'kanboard')
-rwxr-xr-xkanboard3
1 files changed, 3 insertions, 0 deletions
diff --git a/kanboard b/kanboard
index 7a9e648b..8b772f84 100755
--- a/kanboard
+++ b/kanboard
@@ -4,6 +4,9 @@
require __DIR__.'/app/common.php';
use Symfony\Component\Console\Application;
+use Symfony\Component\EventDispatcher\Event;
+
+$container['dispatcher']->dispatch('console.bootstrap', new Event);
$application = new Application('Kanboard', APP_VERSION);
$application->add(new Console\TaskOverdueNotification($container));