PSR-2 for app.
This commit is contained in:
4
artisan
4
artisan
@@ -31,8 +31,8 @@ $app = require_once __DIR__.'/bootstrap/app.php';
|
||||
$kernel = $app->make('Illuminate\Contracts\Console\Kernel');
|
||||
|
||||
$status = $kernel->handle(
|
||||
$input = new Symfony\Component\Console\Input\ArgvInput,
|
||||
new Symfony\Component\Console\Output\ConsoleOutput
|
||||
$input = new Symfony\Component\Console\Input\ArgvInput,
|
||||
new Symfony\Component\Console\Output\ConsoleOutput
|
||||
);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user