From 606440a800dec3fcee37e870430c3156a053fe4b Mon Sep 17 00:00:00 2001 From: agoalofalife Date: Mon, 12 Mar 2018 17:41:34 +0300 Subject: [PATCH] update read me --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 1589adf..e261a14 100644 --- a/readme.md +++ b/readme.md @@ -176,4 +176,12 @@ And method `getNotification`, return `Notification` type. { return new InvoicePaid(); } +``` +```php +// app/User.php + + public function routeNotificationForSlack($notification) + { + return 'hook'; + } ``` \ No newline at end of file