This commit is contained in:
Samuel Georges 2017-07-13 19:38:44 +10:00
parent 4fd1ca824f
commit 3b7330f06a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class User extends UserBase
'groups' => [UserGroup::class, 'table' => 'backend_users_groups'] 'groups' => [UserGroup::class, 'table' => 'backend_users_groups']
]; ];
public $belongsto = [ public $belongsTo = [
'role' => UserRole::class 'role' => UserRole::class
]; ];