Bug fixes and Action / Decision seeder

This commit is contained in:
Simon Pocrnjič
2024-11-14 22:01:43 +01:00
parent ad8b3c07e1
commit 7329a5f7d8
4 changed files with 125 additions and 12 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ public function run(): void
$this->call([
PersonSeeder::class,
SegmentSeeder::class
SegmentSeeder::class,
ActionSeeder::class
]);
}
}