Skip to content

Commit

Permalink
Make BE_USER lazy (console fails)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuingKhaos committed May 12, 2016
1 parent 60b3260 commit e2a0fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<service id="typo3" class="Bartacus\Bundle\BartacusBundle\Typo3\BartacusTypo3Bridge"/>

<service id="typo3.backend_user" class="TYPO3\CMS\Core\Authentication\BackendUserAuthentication">
<service id="typo3.backend_user" class="TYPO3\CMS\Core\Authentication\BackendUserAuthentication" lazy="true">
<factory service="typo3" method="getGlobal"/>
<argument>BE_USER</argument>
</service>
Expand Down

0 comments on commit e2a0fd4

Please sign in to comment.