mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Code cleanup
This commit is contained in:
		| @@ -21,6 +21,7 @@ | ||||
| declare(strict_types=1); | ||||
|  | ||||
| use Carbon\Carbon; | ||||
| use FireflyIII\Models\TransactionJournal; | ||||
|  | ||||
|  | ||||
| $factory->define( | ||||
| @@ -29,7 +30,7 @@ $factory->define( | ||||
|         return [ | ||||
|             'user_id'         => 1, | ||||
|             'attachable_id'   => 1, | ||||
|             'attachable_type' => \FireflyIII\Models\TransactionJournal::class, | ||||
|             'attachable_type' => TransactionJournal::class, | ||||
|             'md5'             => md5($faker->words(6, true)), | ||||
|             'mime'            => 'text/plain', | ||||
|             'size'            => 1, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user