Mager updated

This commit is contained in:
Simon Pocrnjič
2025-09-27 17:45:55 +02:00
parent d17e34941b
commit 7227c888d4
74 changed files with 6339 additions and 342 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ public function run(): void
PersonSeeder::class,
SegmentSeeder::class,
ActionSeeder::class,
EventSeeder::class
EventSeeder::class,
ImportTemplateSeeder::class,
]);
}
}