Chore: remove mock data seeder from auto seed

This commit is contained in:
= 2026-06-19 06:36:14 +00:00
parent 28f6da1a9a
commit 81e9773f5b

View File

@ -22,6 +22,5 @@ public function run(): void
$this->call(DefaultRoleWithPermissionSeeder::class);
$this->call(ExampleUserWithRoleSeeder::class);
$this->call(TicketStatusSeeder::class);
$this->call(MockDataSeeder::class);
}
}