mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOC: Fix unterminated injector callout block
This commit is contained in:
parent
acbbf80d14
commit
681ed4f78a
@ -340,11 +340,13 @@ Injector.transform(
|
||||
{ after: '*' }
|
||||
);
|
||||
```
|
||||
|
||||
[info]
|
||||
This flag can only be used once per transformation.
|
||||
The following are not allowed:
|
||||
* `{ before: ['*', 'something-else'] }`
|
||||
* `{ after: '*', before: 'something-else' }`
|
||||
|
||||
[/info]
|
||||
|
||||
## Injector context
|
||||
|
Loading…
Reference in New Issue
Block a user