This commit is contained in:
Simon Vieille 2015-02-15 17:47:13 +01:00
parent e033e67907
commit 87f4467b3d

View file

@ -8,6 +8,6 @@ use Console\Application;
$app = new Application(); $app = new Application();
$app $app
->chdir(__DIR__) ->chdir(__DIR__)
->loadCommands() ->loadCommands()
->run(); ->run();