mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 02:11:36 +00:00
fix issue with php site creation
This commit is contained in:
parent
1ce92d9361
commit
551f1ce40e
@ -61,8 +61,8 @@ public function createFields(array $input): array
|
|||||||
public function data(array $input): array
|
public function data(array $input): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'composer' => (bool) $input['composer'],
|
'composer' => isset($input['composer']) && $input['composer'],
|
||||||
'php_version' => $input['php_version'],
|
'php_version' => $input['php_version'] ?? '',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user