Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Declare the sensio_framework_extra.view.guesser service public.
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored Oct 8, 2017
1 parent f961e48 commit 269f03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parameters>

<services>
<service id="sensio_framework_extra.view.guesser" class="%sensio_framework_extra.view.guesser.class%">
<service id="sensio_framework_extra.view.guesser" class="%sensio_framework_extra.view.guesser.class%" public="true">
<argument type="service" id="kernel" />
</service>
</services>
Expand Down

0 comments on commit 269f03a

Please sign in to comment.