Typo
This commit is contained in:
parent
4fd1ca824f
commit
3b7330f06a
|
|
@ -35,7 +35,7 @@ class User extends UserBase
|
|||
'groups' => [UserGroup::class, 'table' => 'backend_users_groups']
|
||||
];
|
||||
|
||||
public $belongsto = [
|
||||
public $belongsTo = [
|
||||
'role' => UserRole::class
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue