feat: add CashAccountSeeder to DatabaseSeeder for improved data initialization

This commit is contained in:
Yoga Pangestu 2026-06-26 19:14:05 +07:00
parent 21b990799e
commit 1f92b662af

View File

@ -26,6 +26,7 @@ public function run(): void
RolePermissionSeeder::class,
UserSeeder::class,
SystemConfigurationSeeder::class,
CashAccountSeeder::class
]);
}
}