mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Catch all possible migration errors
This commit is contained in:
		| @@ -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. | ||||
|      * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user