feat: add CashAccountSeeder to DatabaseSeeder for improved database initialization
This commit is contained in:
parent
944c0bc14a
commit
05bada62f9
@ -17,6 +17,7 @@ public function run(): void
|
|||||||
UserSeeder::class,
|
UserSeeder::class,
|
||||||
EmployeeSeeder::class,
|
EmployeeSeeder::class,
|
||||||
SystemConfigurationSeeder::class,
|
SystemConfigurationSeeder::class,
|
||||||
|
CashAccountSeeder::class,
|
||||||
CategorySeeder::class,
|
CategorySeeder::class,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user