Fix formatting and interfaces in nearly every file
This commit is contained in:
@@ -4,6 +4,6 @@ use Faker\Generator as Faker;
|
||||
|
||||
$factory->define(App\Models\Journal::class, function (Faker $faker) {
|
||||
return [
|
||||
'currency' => 'USD',
|
||||
'currency' => 'USD',
|
||||
];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user