Removed servers, shared and domain examples seed
Removed servers, shared and domain examples seed
This commit is contained in:
parent
07de2843cf
commit
c83e0887a1
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user