Seed user for the first time

This commit is contained in:
philipp lang 2022-09-01 23:18:00 +02:00
parent 8ca9f52ce5
commit dbaf78741a
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
// $this->call(UserSeeder::class);
$this->call(UserSeeder::class);
}
}