mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Reverse orderof parent
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
baffcbad71
commit
18ff810d7e
|
@ -9,7 +9,8 @@ class SCIMUser extends User
|
|||
protected $throwValidationExceptions = true; // we want model-level validation to fully THROW, not just return false
|
||||
|
||||
public function __construct(array $attributes = []) {
|
||||
parent::__construct($attributes);
|
||||
$this->noPassword();
|
||||
parent::__construct($attributes);
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue