mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-16 13:23:45 +02:00
First round of changes to API to support simpler permissions.
This commit is contained in:
@@ -18,6 +18,7 @@ interface ApiKeyRepositoryInterface extends RepositoryInterface
|
||||
*
|
||||
* @param \Pterodactyl\Models\APIKey $model
|
||||
* @param bool $refresh
|
||||
* @deprecated
|
||||
* @return \Pterodactyl\Models\APIKey
|
||||
*/
|
||||
public function loadPermissions(APIKey $model, bool $refresh = false): APIKey;
|
||||
|
||||
Reference in New Issue
Block a user