Merge pull request #7353 from firefly-iii/migration-checks

Catch all possible migration errors
This commit is contained in:
James Cole
2023-04-10 08:29:49 +02:00
committed by GitHub
34 changed files with 1213 additions and 1035 deletions

View File

@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace FireflyIII\Console\Commands;
use FireflyIII\Exceptions\FireflyException;
@@ -9,7 +11,7 @@ use Illuminate\Support\Facades\Log;
class ForceDecimalSize extends Command
{
use VerifiesAccessToken;
use VerifiesAccessToken;
/**
* The name and signature of the console command.
*