mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 13:57:33 +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(
|
#[Assert\Collection(
|
||||||
allowExtraFields: false,
|
allowExtraFields: false,
|
||||||
fields: ['docroot' => new Assert\Choice(['web', 'docroot'])],
|
fields: ['docroot' => new Assert\Choice([null, 'web', 'docroot'])],
|
||||||
)]
|
)]
|
||||||
public array $drupal;
|
public array $drupal;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue