Implement basic code for creating/updating a subuser

This commit is contained in:
Dane Everitt 2020-03-27 14:23:13 -07:00
parent 51c5cf4dbb
commit a6f46d36ba
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
17 changed files with 347 additions and 322 deletions

View file

@ -140,7 +140,7 @@ abstract class Validable extends Model
}
return $this->getValidator()->setData(
$this->getAttributes()
$this->toArray()
)->passes();
}
}