Skip to content

Commit

Permalink
Merge pull request #33 from DivanteLtd/make_wysiwyg_service_public
Browse files Browse the repository at this point in the history
Make WysiwygService public
  • Loading branch information
wpeisert authored Apr 3, 2020
2 parents f30253b + 98637ae commit f8dbda2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PimcoreDevkitBundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ services:
PimcoreDevkitBundle\Service\ThumbnailConfigService: ~
PimcoreDevkitBundle\Service\MigrationService: ~
PimcoreDevkitBundle\Service\DocumentService: ~
PimcoreDebkitBundle\Service\CustomLayoutService:
PimcoreDevkitBundle\Service\CustomLayoutService:
arguments: ['@serializer']
PimcoreDevkitBundle\Service\Wysiwyg\WysiwygService: ~

0 comments on commit f8dbda2

Please sign in to comment.