We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6dc45 commit c20195aCopy full SHA for c20195a
laravel/bin/laravels
@@ -1,11 +1,11 @@
1
#!/usr/bin/env php
2
<?php
3
-$basePath = realpath(__DIR__ . '/../');
4
-include $basePath . '/vendor/autoload.php';
+$basePath = realpath(__DIR__.'/../');
+include $basePath.'/vendor/autoload.php';
5
6
$command = new Hhxsv5\LaravelS\Console\Portal($basePath);
7
$input = new Symfony\Component\Console\Input\ArgvInput();
8
$output = new Symfony\Component\Console\Output\ConsoleOutput();
9
10
$code = $command->run($input, $output);
11
-exit($code);
+exit($code);
0 commit comments