Updated Seeders

This commit is contained in:
frederikpyt
2020-07-30 12:28:05 +02:00
parent cf4559874a
commit be575a9515
3 changed files with 23 additions and 12 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class DatabaseSeeder extends Seeder
public function run()
{
$this->call(PermissionSeeder::class);
$this->call(UserSeeder::class);
$this->call(RoleSeeder::class);
$this->call(UserSeeder::class);
}
}