Skip to content

Commit

Permalink
Merge pull request #3399 from acrobat/missing-service-alias
Browse files Browse the repository at this point in the history
[MediaBundle] Add missing autowire service alias
  • Loading branch information
acrobat authored Apr 13, 2024
2 parents 8822690 + 13338f0 commit be079ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Kunstmaan/MediaBundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
# Autowire aliases
Kunstmaan\MediaBundle\Helper\MediaManager: '@kunstmaan_media.media_manager'
Kunstmaan\MediaBundle\Helper\Services\MediaCreatorService: '@kunstmaan_media.media_creator_service'

kunstmaan_media.media_manager:
class: Kunstmaan\MediaBundle\Helper\MediaManager
Expand Down

0 comments on commit be079ee

Please sign in to comment.