feat: add CashAccountSeeder to DatabaseSeeder for improved data initialization
This commit is contained in:
parent
21b990799e
commit
1f92b662af
@ -26,6 +26,7 @@ public function run(): void
|
|||||||
RolePermissionSeeder::class,
|
RolePermissionSeeder::class,
|
||||||
UserSeeder::class,
|
UserSeeder::class,
|
||||||
SystemConfigurationSeeder::class,
|
SystemConfigurationSeeder::class,
|
||||||
|
CashAccountSeeder::class
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user