mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Boot CLI application before run
This commit is contained in:
@@ -65,6 +65,8 @@ class CLI extends Application
|
||||
*/
|
||||
public function runCLI($interactive = false)
|
||||
{
|
||||
$this->boot();
|
||||
|
||||
$app = $this['console'];
|
||||
if ($interactive) {
|
||||
$app = new Console\Shell($app);
|
||||
|
Reference in New Issue
Block a user