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 --- app/Subscriber/BootstrapSubscriber.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Subscriber') diff --git a/app/Subscriber/BootstrapSubscriber.php b/app/Subscriber/BootstrapSubscriber.php index e256159a..35d0eff9 100644 --- a/app/Subscriber/BootstrapSubscriber.php +++ b/app/Subscriber/BootstrapSubscriber.php @@ -11,6 +11,7 @@ class BootstrapSubscriber extends Base implements EventSubscriberInterface return array( 'session.bootstrap' => array('setup', 0), 'api.bootstrap' => array('setup', 0), + 'console.bootstrap' => array('setup', 0), ); } -- cgit v1.2.3