@@ -1,4 +1,4 @@ |
||
| 1 | -<?php require dirname(__DIR__) . '/vendor/autoload.php'; |
|
| 1 | +<?php require dirname(__DIR__).'/vendor/autoload.php'; |
|
| 2 | 2 | |
| 3 | 3 | $application = new \Symfony\Component\Console\Application(); |
| 4 | 4 | $application->add(new \App\Commands\HelloWorldCommand()); |