Benjamin Roth authored on11/11/2024 10:47:55
Showing1 changed files
... ...
@@ -13,3 +13,6 @@ services:
13 13
 
14 14
     vonRotenberg\WmfgoCevisioBundle\Cron\ShopwareImportProductsJob:
15 15
         public: true
16
+
17
+    Contao\CoreBundle\InsertTag\InsertTagParser:
18
+        public: true
Benjamin Roth authored on06/11/2024 17:16:57
Showing1 changed files
... ...
@@ -7,3 +7,9 @@ services:
7 7
     vonRotenberg\WmfgoCevisioBundle\:
8 8
         resource: ../src
9 9
         exclude: ../src/{VonrotenbergWmfgoCevisioBundle.php,ContaoManager,Entity,Migrations,Model,Resources,Tests,Widget}
10
+
11
+    Symfony\Component\Finder\Finder:
12
+        shared: false
13
+
14
+    vonRotenberg\WmfgoCevisioBundle\Cron\ShopwareImportProductsJob:
15
+        public: true
Browse code

Initial commit

Benjamin Roth authored on15/10/2024 15:41:03
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\WmfgoCevisioBundle\:
8
+        resource: ../src
9
+        exclude: ../src/{VonrotenbergWmfgoCevisioBundle.php,ContaoManager,Entity,Migrations,Model,Resources,Tests,Widget}