Skip to content

Commit

Permalink
fix(MOS-1414): Define Profiler service.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPeters-NL committed Mar 14, 2024
1 parent 105f412 commit 98a9212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/config/propel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
<service id="propel.security.user.provider" class="%propel.security.user.provider.class%" abstract="true" public="false">
</service>

<service id="profiler" class="Symfony\Component\HttpKernel\Profiler\Profiler" />

<service id="Propel\Bundle\PropelBundle\Controller\PanelController">
<tag name="controller.service_arguments" />
<argument type="service" id="twig" />
Expand Down

0 comments on commit 98a9212

Please sign in to comment.