Minor bug fixes

This commit is contained in:
Dane Everitt 2017-09-30 11:45:24 -05:00
parent 28d838eccd
commit 048784607d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 7 additions and 4 deletions

View file

@ -131,7 +131,7 @@ class ServerRepository extends BaseRepository implements ServerRepositoryInterfa
*/
public function details()
{
return $this->getHttpClient()->request('GET', '/servers');
return $this->getHttpClient()->request('GET', '/server');
}
/**