seed development user on startup
This commit is contained in:
parent
f53e422b45
commit
0e3901f05a
3 changed files with 25 additions and 1 deletions
|
|
@ -11,5 +11,6 @@ class DatabaseSeeder extends Seeder
|
|||
*/
|
||||
public function run(): void
|
||||
{
|
||||
$this->call(UserSeeder::class);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue