mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 05:47:32 +00:00
fix: drupal.docroot can be null
This commit is contained in:
parent
a97264d99c
commit
e3a93065de
|
@ -22,7 +22,7 @@ final class ConfigurationData
|
|||
|
||||
#[Assert\Collection(
|
||||
allowExtraFields: false,
|
||||
fields: ['docroot' => new Assert\Choice(['web', 'docroot'])],
|
||||
fields: ['docroot' => new Assert\Choice([null, 'web', 'docroot'])],
|
||||
)]
|
||||
public array $drupal;
|
||||
|
||||
|
|
Loading…
Reference in a new issue