mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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…
x
Reference in New Issue
Block a user