mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-16 13:23:45 +02:00
StyleCI fixes
This commit is contained in:
@@ -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 New Issue
Block a user