Apply fixes from StyleCI (#577)
This commit is contained in:
parent
4da7922de6
commit
a4b61846ac
44 changed files with 198 additions and 201 deletions
|
@ -80,11 +80,11 @@ class DatabaseHost extends Model implements ValidableContract
|
|||
'node_id' => 'sometimes|required',
|
||||
];
|
||||
|
||||
/**
|
||||
* Validation rules to assign to this model.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
/**
|
||||
* Validation rules to assign to this model.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
// @todo the node_id field doesn't validate correctly if no node is provided in request
|
||||
protected static $dataIntegrityRules = [
|
||||
'name' => 'string|max:255',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue