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,8 @@
1
+services:
2
+    _defaults:
3
+        public: true
4
+
5
+    _instanceof:
6
+        Contao\CoreBundle\Framework\FrameworkAwareInterface:
7
+            calls:
8
+                - ["setFramework", ["@contao.framework"]]