Browse code

Initial Commit

Benjamin Roth authored on26/11/2018 15:55:30
Showing1 changed files
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"]]