Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
agoalofalife committed Mar 12, 2018
1 parent e16df60 commit 606440a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,12 @@ And method `getNotification`, return `Notification` type.
{
return new InvoicePaid();
}
```
```php
// app/User.php

public function routeNotificationForSlack($notification)
{
return 'hook';
}
```

0 comments on commit 606440a

Please sign in to comment.