mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Updated artisan after upgrading to laravel 5.2
This commit is contained in:
2
artisan
Normal file → Executable file
2
artisan
Normal file → Executable file
@@ -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