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
->chdir(__DIR__)
->loadCommands()
->run();
->chdir(__DIR__)
->loadCommands()
->run();