mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Fix phpstan issues.
This commit is contained in:
@@ -36,11 +36,6 @@ class CreatesDatabase extends Command
|
||||
|
||||
protected $signature = 'firefly-iii:create-database';
|
||||
|
||||
/**
|
||||
* Execute the console command.
|
||||
*
|
||||
* @suppressWarnings(PHPMD.MissingImport)
|
||||
*/
|
||||
public function handle(): int
|
||||
{
|
||||
if ('mysql' !== config('database.default')) {
|
||||
|
Reference in New Issue
Block a user