mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 11:25:33 +01:00
fix: drupal.docroot can be null
This commit is contained in:
parent
a97264d99c
commit
e3a93065de
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue