miscellaneous updates

This commit is contained in:
2025-01-26 23:14:28 -06:00
parent 493413ec97
commit cff8101088
28 changed files with 734 additions and 474 deletions

View File

@ -10,7 +10,7 @@ class AdminDatabaseSeeder extends Seeder
{
$this->call(RoleSeeder::class);
$this->call(UserSeeder::class);
$this->call(SettingSeeder::class);
//$this->call(SettingSeeder::class);
$this->call(SATCatalogsSeeder::class);
}
}