Skip to content

Commit

Permalink
Fix services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Dec 29, 2021
1 parent f09c231 commit 8dd0d75
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions core-bundle/src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,13 @@ services:
public: true
arguments:
- !service_locator
contao.image.studio: '@contao.image.studio'
contao.image.picture_factory: '@contao.image.picture_factory'
contao.image.factory: '@contao.image.factory'
contao.image.legacy_resizer: '@contao.image.legacy_resizer'
contao.assets.files_context: '@contao.assets.files_context'
contao.framework: '@contao.framework'
event_dispatcher: '@event_dispatcher'
contao.image.studio: '@contao.image.studio'
contao.image.picture_factory: '@contao.image.picture_factory'
contao.image.factory: '@contao.image.factory'
contao.image.legacy_resizer: '@contao.image.legacy_resizer'
contao.assets.files_context: '@contao.assets.files_context'
contao.framework: '@contao.framework'
event_dispatcher: '@event_dispatcher'
- '%kernel.project_dir%'
- '%contao.upload_path%'
- '%contao.image.valid_extensions%'
Expand Down

0 comments on commit 8dd0d75

Please sign in to comment.