mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
Removed servers, shared and domain examples seed
Removed servers, shared and domain examples seed
This commit is contained in:
parent
07de2843cf
commit
c83e0887a1
1 changed files with 3 additions and 3 deletions
|
@ -14,8 +14,8 @@ class DatabaseSeeder extends Seeder
|
|||
$this->call(LocationsSeeder::class);
|
||||
$this->call(OsSeeder::class);
|
||||
$this->call(LabelsSeeder::class);
|
||||
$this->call(DomainsSeeder::class);
|
||||
$this->call(ServersSeeder::class);
|
||||
$this->call(SharedSeeder::class);
|
||||
//$this->call(DomainsSeeder::class);
|
||||
//$this->call(ServersSeeder::class);
|
||||
//$this->call(SharedSeeder::class);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue