From 27f1be06f71cee9682779b8f48405e1cf261ee7c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 10 Jan 2015 11:02:23 -0500 Subject: Add boostrap subscriber to cli script --- kanboard | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kanboard') 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)); -- cgit v1.2.3