add customerapi + customer auth

This commit is contained in:
2019-09-30 19:33:48 +02:00
committed by Roland Schneider
parent 51788f2194
commit 9aee187d11
55 changed files with 21835 additions and 14 deletions

View File

@@ -84,4 +84,4 @@ class UserUpdate extends User {
$role = $am->getRole($this->role);
Yii::$app->authManager->assign($role, $this->id);
}
}
}