This commit is contained in:
2026-03-15 17:27:35 -05:00
parent 02e913328d
commit d9982c5a0b

View File

@@ -18,7 +18,7 @@ class DatabaseSeeder extends Seeder
{
//Seeders
$this->call(AvailableUserPermissionsSeeder::class);
$this->call(AvailableUserRolesSeeder::class);
$this->call(AvailableUserRoleSeeder::class);
$this->call(ConfigTableSeeder::class);
$this->call(SolarSystemSeeder::class);
$this->call(SRPTableSeeder::class);