Browse code

Base setup

Benjamin Roth authored on08/10/2024 23:07:44
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+services:
2
+    _defaults:
3
+        autowire: true
4
+        autoconfigure: true
5
+        public: false
6
+
7
+    vonRotenberg\CoretoolsBundle\:
8
+        resource: ../src
9
+        exclude: ../src/{VonrotenbergCoretoolsBundle.php,ContaoManager,Entity,Migrations,Model,Resources,Tests,Widget}