Update Client.php
removed classes that were not there yet.
This commit is contained in:
parent
8bc5deb42f
commit
b7dd5c35f0
1 changed files with 3 additions and 3 deletions
|
|
@ -8,12 +8,12 @@ class Client
|
|||
{
|
||||
/** @var array */
|
||||
protected $classes = [
|
||||
'providers' => 'Providers',
|
||||
'ip' => 'Ip',
|
||||
/*'providers' => 'Providers',
|
||||
'circuits' => 'Circuits',
|
||||
'sites' => 'Sites',
|
||||
'racks' => 'Racks',
|
||||
'devices' => 'Devices',
|
||||
'ips' => 'Ips',
|
||||
'prefixes' => 'Prefixes',
|
||||
'cables' => 'Cables',
|
||||
'interfaces' => 'Interfaces',
|
||||
|
|
@ -23,7 +23,7 @@ class Client
|
|||
'secrets' => 'Secrets',
|
||||
'tenants' => 'Tenants',
|
||||
'users' => 'Users',
|
||||
'clusters' => 'Clusters',
|
||||
'clusters' => 'Clusters',*/
|
||||
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue