Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Correct service class see #607
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypaa authored and OskarStark committed Dec 12, 2018
1 parent 91b0913 commit 266c265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoreBundle/Resources/config/flash.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<argument/>
<argument/>
</service>
<service id="sonata.core.flashmessage.twig.runtime" class="Sonata\CoreBundle\Twig\Extension\FlashMessageRuntime">
<service id="sonata.core.flashmessage.twig.runtime" class="Sonata\Twig\Extension\FlashMessageRuntime">
<tag name="twig.runtime"/>
<argument type="service" id="sonata.core.flashmessage.manager"/>
</service>
Expand Down

0 comments on commit 266c265

Please sign in to comment.