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 28, 2019
1 parent 4155a2e commit e1380f9
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 @@ -705,8 +700,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 @@ -914,8 +907,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 e1380f9

Please sign in to comment.