Skip to content

Commit

Permalink
[shopsys] Upgraded yaml standards package vol. 2 (#2278)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik authored Apr 8, 2024
2 parents a4d1cb5 + 326244d commit a47f979
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Resources/config/services.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
services:
_defaults:
autowire: true
autoconfigure: true
autowire: true
public: false

Shopsys\ProductFeed\GoogleBundle\:
resource: '../../*'

Shopsys\ProductFeed\GoogleBundle\GoogleFeed:
tags:
- { name: shopsys.feed, hours: '1', minutes: '0' }

Shopsys\ProductFeed\GoogleBundle\Form\GoogleProductCrudExtension:
tags:
- { name: shopsys.crud_extension, type: product }

Shopsys\ProductFeed\GoogleBundle\GoogleFeed:
tags:
- { name: shopsys.feed, hours: '1', minutes: '0' }

Shopsys\ProductFeed\GoogleBundle\Model\Product\GoogleProductDomainDataFactoryInterface:
alias: Shopsys\ProductFeed\GoogleBundle\Model\Product\GoogleProductDomainDataFactory

0 comments on commit a47f979

Please sign in to comment.