Skip to content

Commit c20195a

Browse files
committed
update: laravels
1 parent 4b6dc45 commit c20195a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

laravel/bin/laravels

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env php
22
<?php
3-
$basePath = realpath(__DIR__ . '/../');
4-
include $basePath . '/vendor/autoload.php';
3+
$basePath = realpath(__DIR__.'/../');
4+
include $basePath.'/vendor/autoload.php';
55

66
$command = new Hhxsv5\LaravelS\Console\Portal($basePath);
77
$input = new Symfony\Component\Console\Input\ArgvInput();
88
$output = new Symfony\Component\Console\Output\ConsoleOutput();
99

1010
$code = $command->run($input, $output);
11-
exit($code);
11+
exit($code);

0 commit comments

Comments
 (0)