Skip to content

Commit

Permalink
applied alphabetical ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik committed Mar 26, 2024
1 parent a4d1cb5 commit 574f5f5
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 574f5f5

Please sign in to comment.