diff --git a/console b/console index f9af763..fa3fe68 100755 --- a/console +++ b/console @@ -8,6 +8,6 @@ use Console\Application; $app = new Application(); $app - ->chdir(__DIR__) - ->loadCommands() - ->run(); + ->chdir(__DIR__) + ->loadCommands() + ->run();