StyleCI fixes
This commit is contained in:
parent
668dc9216a
commit
2d90187c83
3 changed files with 7 additions and 9 deletions
|
@ -643,7 +643,7 @@ class ServerRepository
|
|||
if ($validator->fails()) {
|
||||
throw new DisplayValidationException(json_encode(
|
||||
collect([
|
||||
'notice' => ['There was a validation error with the `' . $variable->name . '` variable.']
|
||||
'notice' => ['There was a validation error with the `' . $variable->name . '` variable.'],
|
||||
])->merge($validator->errors()->toArray())
|
||||
));
|
||||
}
|
||||
|
|
Reference in a new issue