mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-10 10:23:46 +02:00
Fix inability to assign services with no variables, closes #447
This commit is contained in:
@@ -733,6 +733,10 @@ class ServerRepository
|
||||
$i++;
|
||||
}
|
||||
|
||||
if ($parsed->count() === 0) {
|
||||
return collect($merge);
|
||||
}
|
||||
|
||||
return $parsed->merge($merge);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user