Clean up some code.

This commit is contained in:
James Cole
2020-04-12 06:24:35 +02:00
parent 4a7d9b130a
commit 6daf083b3f
6 changed files with 25 additions and 21 deletions

View File

@@ -30,7 +30,7 @@ $factory->define(
'user_id' => 1,
'attachable_id' => 1,
'attachable_type' => TransactionJournal::class,
'md5' => md5($faker->words(6, true)),
'md5' => substr(hash('sha256', $faker->words(6, true)), 0, 32),
'mime' => 'text/plain',
'size' => 1,
'filename' => 'ok',