mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Update last of existing services to use repositories, includes unit tests
Also update PHPDocs on all the repository interfaces and classes to be correct.
This commit is contained in:
@@ -36,7 +36,7 @@ class APIPermission extends Model implements ValidableContract
|
||||
/**
|
||||
* List of permissions available for the API.
|
||||
*/
|
||||
const PERMISSIONS = [
|
||||
const CONST_PERMISSIONS = [
|
||||
// Items within this block are available to non-adminitrative users.
|
||||
'_user' => [
|
||||
'server' => [
|
||||
|
||||
Reference in New Issue
Block a user