mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Various code cleanup
This commit is contained in:
4
artisan
4
artisan
@@ -33,8 +33,8 @@ $app = require_once __DIR__.'/bootstrap/app.php';
|
||||
$kernel = $app->make(Illuminate\Contracts\Console\Kernel::class);
|
||||
|
||||
$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