Skip to content

Commit

Permalink
Made the service nti.sync public
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Vison committed Jan 23, 2018
1 parent c12b830 commit 8962dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ services:
- { name: doctrine.event_subscriber, connection: default }
nti.sync:
class: NTI\SyncBundle\Service\SyncService
arguments: ["@service_container"]
arguments: ["@service_container"]
public: true

0 comments on commit 8962dce

Please sign in to comment.