Skip to content

Commit 547961b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/seeds/UserTableSeeder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use App\User;
3+
use App\Models\User;
44
use Carbon\Carbon;
55
use App\Models\Role;
66
use Illuminate\Database\Seeder;
@@ -88,4 +88,4 @@ private function addAllRolesToUser($user)
8888

8989
$user->syncRoles($roles);
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)