Server API obey's the subuser permissions as well

This commit is contained in:
Dane Everitt 2016-10-20 17:04:58 -04:00
parent 9fd8a087b8
commit dfeed013ba
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 5 additions and 2 deletions

View file

@ -27,7 +27,7 @@ use Auth;
use Pterodactyl\Models\Subuser;
use Illuminate\Database\Eloquent\Model;
use Pterodactyl\Exception\DisplayException;
use Pterodactyl\Exceptions\DisplayException;
class Server extends Model
{