fixing a syntax error in code example
Some checks failed
ci/woodpecker/push/code-style Pipeline failed
ci/woodpecker/push/functional-tests Pipeline was successful

This commit is contained in:
Ferdinand Kuhl 2023-11-09 16:32:28 +01:00
parent a09738ec83
commit e5175e965f

View file

@ -54,5 +54,5 @@ Views.yaml:
requestFilter: "isController('Default') && isAction('download')"
viewObjectName: "Acme\\Vendor\\SimpleAttachmentView"
options:
filenameEelExpression: "'hello-' + name + '.txt"
filenameEelExpression: "'hello-' + name + '.txt'"
```