diff options
author | Michael Lüpkes <michael@luepkes.net> | 2015-01-13 11:42:49 +0100 |
---|---|---|
committer | Michael Lüpkes <michael@luepkes.net> | 2015-01-13 11:42:49 +0100 |
commit | 34bbdaeac8c407a97a611cb858617eff3483dbb3 (patch) | |
tree | c6b76c98f667236e8a23b009c6d4980a58707e22 /kanboard | |
parent | 81f3131bbc4eaabf8f7e2d8825e0ba45a5e1b507 (diff) | |
parent | 46fd893bd6728031d5f4118f952bf6cce5017965 (diff) |
Merge remote-tracking branch 'upstream/master' into fguillot/kanboard
Diffstat (limited to 'kanboard')
-rwxr-xr-x | kanboard | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)); |