mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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
|
protected $throwValidationExceptions = true; // we want model-level validation to fully THROW, not just return false
|
||||||
|
|
||||||
public function __construct(array $attributes = []) {
|
public function __construct(array $attributes = []) {
|
||||||
parent::__construct($attributes);
|
|
||||||
$this->noPassword();
|
$this->noPassword();
|
||||||
|
parent::__construct($attributes);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue