Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Fix broken service file import (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-georgiev authored Oct 24, 2018
1 parent c6a60da commit 4ecd9d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/Resources/config/controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
autowire: true
tags:
- 'controller.service_arguments'
bind:
$entityManager: '@doctrine.orm.entity_manager'

Alpha\VisitorTrackingBundle\Controller\:
resource: '../../Controller/*'
resource: '../../Controller/*'
4 changes: 2 additions & 2 deletions src/Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- 'controllers.yml'
imports:
- { resource: 'controllers.yml' }

services:
alpha.visitor_tracking_subscriber:
Expand Down

0 comments on commit 4ecd9d0

Please sign in to comment.