Added first seeder.

This commit is contained in:
2020-06-08 15:08:46 +02:00
parent 5abeec4ceb
commit bd23d10a9d
16 changed files with 221 additions and 5 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
// $this->call(UserSeeder::class);
$this->call(PermissionSeeder::class);
}
}