add payment option

This commit is contained in:
2025-10-02 18:35:02 +02:00
parent 0e0912c81b
commit 971a9e89d1
27 changed files with 1327 additions and 34 deletions
+2
View File
@@ -29,6 +29,8 @@ public function run(): void
);
$this->call([
AccountTypeSeeder::class,
PaymentSettingSeeder::class,
PersonSeeder::class,
SegmentSeeder::class,
ActionSeeder::class,