Skip to content

Commit 8f103f4

Browse files
authored
Merge pull request #470 from ptmcnally/255-remove-monitoring
255 remove monitoring
2 parents dc77be3 + 7c06e61 commit 8f103f4

File tree

2 files changed

+0
-90
lines changed

2 files changed

+0
-90
lines changed

src/eCloud/Client.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -328,14 +328,6 @@ public function loadBalancers()
328328
return (new LoadBalancerClient($this->httpClient))->auth($this->token);
329329
}
330330

331-
/**
332-
* @return BaseClient
333-
*/
334-
public function monitorings()
335-
{
336-
return (new MonitoringClient($this->httpClient))->auth($this->token);
337-
}
338-
339331
/**
340332
* @return BaseClient
341333
*/

src/eCloud/MonitoringClient.php

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)