This commit is contained in:
parent
2ba40b2244
commit
dcb17ef9be
1 changed files with 10 additions and 0 deletions
|
|
@ -102,3 +102,13 @@ class MyController extends PageController
|
|||
}
|
||||
}
|
||||
```
|
||||
|
||||
Finally, update `config/services.yaml`:
|
||||
|
||||
```
|
||||
services:
|
||||
# ...
|
||||
|
||||
App\UrlGenerator\MyEntityGenerator:
|
||||
public: true
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue