Skip to content

Commit

Permalink
Merge pull request #51 from aschempp/private-services
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Mar 2, 2015
2 parents a057376 + 1f64862 commit 0d91ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ services:

contao.security.authenticator:
class: Contao\CoreBundle\Security\ContaoAuthenticator
public: false
arguments:
- "@contao.security.user_provider"

contao.security.user_provider:
class: Contao\CoreBundle\Security\User\ContaoUserProvider
public: false

contao.web_profiler.data_collector:
class: Contao\CoreBundle\DataCollector\ContaoDataCollector
Expand Down

0 comments on commit 0d91ccb

Please sign in to comment.