... | ... |
@@ -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 |
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} |