Chore: remove mock data seeder from auto seed
This commit is contained in:
parent
28f6da1a9a
commit
81e9773f5b
@ -22,6 +22,5 @@ public function run(): void
|
||||
$this->call(DefaultRoleWithPermissionSeeder::class);
|
||||
$this->call(ExampleUserWithRoleSeeder::class);
|
||||
$this->call(TicketStatusSeeder::class);
|
||||
$this->call(MockDataSeeder::class);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user