Implement fix to allow root admins to view all servers.

closes #722
This commit is contained in:
Dane Everitt
2017-11-05 12:38:39 -06:00
parent fb2909a1c7
commit 6409fffdad
22 changed files with 143 additions and 166 deletions

View File

@@ -118,7 +118,7 @@ interface ServerRepositoryInterface extends RepositoryInterface, SearchableInter
* Return a server by UUID.
*
* @param string $uuid
* @return \Illuminate\Database\Eloquent\Collection
* @return \Pterodactyl\Models\Server
*
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
*/