Skip to content

Commit

Permalink
Handler configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Jul 11, 2013
1 parent 316eb98 commit a6eef19
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
parameters:
bdifttt.controller.class: BD\Bundle\IFTTTBundle\Controller\IFTTT

bdifttt.ifttt.request_parser.class: BD\Bundle\IFTTTBundle\IFTTT\RequestParser
bdifttt.factory.class: BD\Bundle\IFTTTBundle\DependencyInjection\Factory

services:
bdifttt.controller:
Expand All @@ -13,6 +14,3 @@ services:

bdifttt.ifttt.request_parser:
class: %bdifttt.ifttt.request_parser.class%

bdifttt.handler:
alias: %bdifttt.handler.id%

0 comments on commit a6eef19

Please sign in to comment.