mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Updated artisan after upgrading to laravel 5.2
This commit is contained in:
parent
f7c50a123a
commit
78a7b995d2
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(
|
$status = $kernel->handle(
|
||||||
$input = new Symfony\Component\Console\Input\ArgvInput,
|
$input = new Symfony\Component\Console\Input\ArgvInput,
|
||||||
|
Loading…
Reference in New Issue
Block a user