Compare commits

..

3 Commits

Author SHA1 Message Date
Juan Felipe Zapata Moreno
088ed79a0b Conflictos resueltos 2025-11-12 15:24:09 -06:00
91c360aa9f Modificaciones a usuarios y roles (#2)
Co-authored-by: Juan Felipe Zapata Moreno <juan.zapata@golsystems.com.mx>
Reviewed-on: #2
2025-11-11 15:42:32 +00:00
af8749abcd WIP (#1)
Co-authored-by: Juan Felipe Zapata Moreno <zapata_pipe@hotmail.com>
Reviewed-on: #1
2025-11-10 22:45:59 +00:00

View File

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