Remove api permissions table

This commit is contained in:
Dane Everitt
2018-01-14 12:05:18 -06:00
parent b566630311
commit 7aa540b895
12 changed files with 17 additions and 449 deletions

View File

@@ -13,7 +13,6 @@ class AuthServiceProvider extends ServiceProvider
*/
protected $policies = [
'Pterodactyl\Models\Server' => 'Pterodactyl\Policies\ServerPolicy',
'Pterodactyl\Models\APIKey' => 'Pterodactyl\Policies\APIKeyPolicy',
];
/**