Removed servers, shared and domain examples seed

Removed servers, shared and domain examples seed
This commit is contained in:
cp6 2022-03-05 13:22:23 +11:00
parent 07de2843cf
commit c83e0887a1

View File

@ -14,8 +14,8 @@ class DatabaseSeeder extends Seeder
$this->call(LocationsSeeder::class); $this->call(LocationsSeeder::class);
$this->call(OsSeeder::class); $this->call(OsSeeder::class);
$this->call(LabelsSeeder::class); $this->call(LabelsSeeder::class);
$this->call(DomainsSeeder::class); //$this->call(DomainsSeeder::class);
$this->call(ServersSeeder::class); //$this->call(ServersSeeder::class);
$this->call(SharedSeeder::class); //$this->call(SharedSeeder::class);
} }
} }