Conflictos resueltos

This commit is contained in:
Juan Felipe Zapata Moreno 2025-11-12 15:24:09 -06:00
commit 088ed79a0b

View File

@ -22,5 +22,9 @@ public function run(): void
$this->call(RoleSeeder::class);
$this->call(UserSeeder::class);
$this->call(SettingSeeder::class);
$this->call(ClientSeeder::class);
$this->call(SimCardSeeder::class);
$this->call(PackageSeeder::class);
}
}