Use the ::class notation
This commit is contained in:
2
artisan
2
artisan
@@ -28,7 +28,7 @@ $app = require_once __DIR__.'/bootstrap/app.php';
|
||||
|
|
||||
*/
|
||||
|
||||
$kernel = $app->make('Illuminate\Contracts\Console\Kernel');
|
||||
$kernel = $app->make(Illuminate\Contracts\Console\Kernel::class);
|
||||
|
||||
$status = $kernel->handle(
|
||||
$input = new Symfony\Component\Console\Input\ArgvInput,
|
||||
|
||||
Reference in New Issue
Block a user