Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightbr committed Jun 21, 2017
1 parent ac023a1 commit b6f5ef8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Resources/doc/event-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,14 @@ class MailjetEventListener implements EventSubscriberInterface

### 2- Register the listener into services.yml

```yaml
services:
app.listener.mailjet.webhook:
class: AppBundle\Listener\MailjetEventListener
tags:
- { name: kernel.event_subscriber }
arguments:
- @logger

```

### 3- Test with ngrok (or other localhost tunnel)

0 comments on commit b6f5ef8

Please sign in to comment.