This commit is contained in:
Simon Pocrnjič
2025-09-30 17:20:37 +02:00
parent b574745338
commit 53917f2ca0
3 changed files with 63 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ public function run(): void
ImportTemplateSeeder::class,
TestUserSeeder::class,
ProductionUserSeeder::class,
AdditionalProductionUsersSeeder::class,
]);
}
}