mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 23:12:35 +00:00
#591 - php
This commit is contained in:
@ -26,6 +26,7 @@ public function install(Server $server, array $input): Service
|
||||
'version' => $input['version'],
|
||||
'status' => ServiceStatus::INSTALLING,
|
||||
]);
|
||||
$service->is_default = ! $server->defaultService($input['type']);
|
||||
|
||||
Validator::make($input, $service->handler()->creationRules($input))->validate();
|
||||
|
||||
|
Reference in New Issue
Block a user