Compare commits

..

No commits in common. "088ed79a0b4e54f1f7a53acc9d2d9d4475787c5e" and "55523a316e9462c43aad6e6e4594abb4f33f60f2" have entirely different histories.

View File

@ -22,9 +22,5 @@ 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);
}
}