mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
More subuser Model updates.
This commit is contained in:
@@ -87,6 +87,6 @@ class Subuser extends Model
|
||||
*/
|
||||
public function permissions()
|
||||
{
|
||||
return $this->hasMany(Pemission::class);
|
||||
return $this->hasMany(Permission::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user