Add boostrap subscriber to cli script

This commit is contained in:
Frederic Guillot
2015-01-10 11:02:23 -05:00
parent 9b287cd24b
commit 27f1be06f7
2 changed files with 4 additions and 0 deletions

View File

@@ -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),
);
}