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

Commit

Permalink
Fix aliases need to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-redfern committed Feb 5, 2020
1 parent 20de01f commit 5c6b5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</call>
</service>

<service id="sam_j_fractal.manager" alias="SamJ\FractalBundle\ContainerAwareManager" />
<service id="League\Fractal\Manager" alias="SamJ\FractalBundle\ContainerAwareManager" />
<service id="sam_j_fractal.manager" alias="SamJ\FractalBundle\ContainerAwareManager" public="true" />
<service id="League\Fractal\Manager" alias="SamJ\FractalBundle\ContainerAwareManager" public="true" />

</services>
</container>

0 comments on commit 5c6b5b5

Please sign in to comment.