Skip to content

Commit

Permalink
chore(MOS-1414): Add PanelController to services.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPeters-NL committed Mar 11, 2024
1 parent 94033cd commit a778ab5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/config/propel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
<parameter key="propel.twig.extension.syntax.class">Propel\Bundle\PropelBundle\Twig\Extension\SyntaxExtension</parameter>
<parameter key="form.type_guesser.propel.class">Propel\Bundle\PropelBundle\Form\PropelTypeGuesser</parameter>
<parameter key="propel.security.user.provider.class">Propel\Bundle\PropelBundle\Security\User\PropelUserProvider</parameter>
<parameter key="propel.panel_controller.class">Propel\Bundle\PropelBundle\Controller\PanelController</parameter>
</parameters>

<services>
<service id="propel.panel_controller" class="%propel.panel_controller.class%" public="true" />

<service id="propel.configuration" class="%propel.configuration.class%" public="true"/>

<service id="propel.build_properties" class="%propel.build_properties.class%" />
Expand Down

0 comments on commit a778ab5

Please sign in to comment.