Browse code

Initial commit

Benjamin Roth authored on26/02/2024 17:53:24
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,13 @@
1
+services:
2
+    _defaults:
3
+        autowire: true
4
+        autoconfigure: true
5
+        public: false
6
+
7
+    vonRotenberg\RealEstateListingBundle\:
8
+        resource: ../src
9
+        exclude: ../src/{VonrotenbergRealEstateListingBundle.php,ContaoManager,Entity,Migrations,Model,Resources,Tests,Widget}
10
+
11
+    vonRotenberg\RealEstateListingBundle\Twig\AppExtension:
12
+        tags:
13
+            - { name: twig.extension }