Fix inability to assign services with no variables, closes #447
This commit is contained in:
parent
3877aba373
commit
999411da29
2 changed files with 8 additions and 0 deletions
|
@ -733,6 +733,10 @@ class ServerRepository
|
|||
$i++;
|
||||
}
|
||||
|
||||
if ($parsed->count() === 0) {
|
||||
return collect($merge);
|
||||
}
|
||||
|
||||
return $parsed->merge($merge);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue