Browse code

Modernize and adjust code to Contao 5

Benjamin Roth authored on26/10/2023 15:21:49
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,9 +0,0 @@
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"]]
Browse code

Initial commit

Benjamin Roth authored on25/11/2018 15:53:19
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"]]