|
@@ -28,6 +28,7 @@ class User extends Base
|
|
|
#[Inject]
|
|
#[Inject]
|
|
|
protected SystemUser $model;
|
|
protected SystemUser $model;
|
|
|
|
|
|
|
|
|
|
+ #[Inject]
|
|
|
protected UserValidate $validate;
|
|
protected UserValidate $validate;
|
|
|
|
|
|
|
|
protected string $scene = "edit";
|
|
protected string $scene = "edit";
|