1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,9 @@ |
1 |
+services: |
|
2 |
+ _instanceof: |
|
3 |
+ Contao\CoreBundle\Framework\FrameworkAwareInterface: |
|
4 |
+ calls: |
|
5 |
+ - ["setFramework", ["@contao.framework"]] |
|
6 |
+ |
|
7 |
+ Symfony\Component\DependencyInjection\ContainerAwareInterface: |
|
8 |
+ calls: |
|
9 |
+ - ["setContainer", ["@service_container"]] |