Skip to content

Commit dcaaba0

Browse files
author
AkkuFresh
authored
Change User model location to Models\User
1 parent 7fd1886 commit dcaaba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/factories/UserFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|
1414
*/
1515

16-
$factory->define(App\User::class, function (Faker $faker) {
16+
$factory->define(App\Models\User::class, function (Faker $faker) {
1717
return [
1818
'name' => $faker->name,
1919
'email' => $faker->unique()->safeEmail,

0 commit comments

Comments
 (0)