Skip to content

Commit

Permalink
remove service definitions that point to missing classes
Browse files Browse the repository at this point in the history
- such services cannot be instantiated
  • Loading branch information
PetrHeinz committed Jun 27, 2019
1 parent 8695e1a commit 024b475
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/framework/src/Resources/config/services.yml
Expand Up @@ -415,11 +415,6 @@ services:

Shopsys\FrameworkBundle\Model\PersonalData\Mail\PersonalDataExportMail: ~

Shopsys\FrameworkBundle\Model\Feed\FeedConfigFacade:
arguments:
- '%shopsys.feed_url_prefix%'
- '%shopsys.feed_dir%'

Shopsys\FrameworkBundle\Model\Feed\FeedPathProvider:
arguments:
$feedUrlPrefix: '%shopsys.feed_url_prefix%'
Expand Down Expand Up @@ -706,8 +701,6 @@ services:
Shopsys\FrameworkBundle\Model\Product\Flag\FlagFactoryInterface:
alias: Shopsys\FrameworkBundle\Model\Product\Flag\FlagFactory

Shopsys\FrameworkBundle\Component\Router\FriendlyUrl\CompilerPass\FriendlyUrlDataProviderConfig: ~

Shopsys\FrameworkBundle\Component\Router\FriendlyUrl\FriendlyUrlFactoryInterface:
alias: Shopsys\FrameworkBundle\Component\Router\FriendlyUrl\FriendlyUrlFactory

Expand Down Expand Up @@ -915,8 +908,6 @@ services:
Shopsys\FrameworkBundle\Model\Transport\TransportDataFactoryInterface:
alias: Shopsys\FrameworkBundle\Model\Transport\TransportDataFactory

Shopsys\FrameworkBundle\Model\Product\Search\Export\ProductSearchExportDataConverter: ~

Shopsys\FrameworkBundle\Model\Sitemap\SitemapFilePrefixer: ~

Shopsys\FrameworkBundle\Model\Product\BestsellingProduct\BestsellingProductCombinator: ~
Expand Down

0 comments on commit 024b475

Please sign in to comment.