Commit 89e38ef
authored
Removed invalid examples
Templating isn't a service in Symfony 4+ (even after `composer req templating`), so probably we're looking for the twig service.
The Router service isn't public and can therefor not be called from the container:
```
Information for Service "router.default"
========================================
---------------- -----------------------------------------------
Option Value
---------------- -----------------------------------------------
Service ID router.default
Class Symfony\Bundle\FrameworkBundle\Routing\Router
Tags -
Calls setConfigCacheFactory
Public no
Synthetic no
Lazy no
Shared yes
Abstract no
Autowired no
Autoconfigured no
---------------- -----------------------------------------------
```1 parent 5d4254e commit 89e38ef
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
303 | | - | |
304 | | - | |
| 302 | + | |
305 | 303 | | |
306 | 304 | | |
307 | 305 | | |
| |||
0 commit comments