fix missing path for Permission model in SubuserRepository
This commit is contained in:
parent
a51cf1ff47
commit
ec0b55bcfe
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class SubuserRepository
|
|||
'daemonSecret' => (string) $uuid->generate('servers', 'uuid'),
|
||||
]);
|
||||
|
||||
$perms = Permission::list(true);
|
||||
$perms = Models\Permission::list(true);
|
||||
$daemonPermissions = $this->coreDaemonPermissions;
|
||||
|
||||
foreach ($data['permissions'] as $permission) {
|
||||
|
|
Loading…
Reference in a new issue