From e16df602e8979103b2e769058b66eedc8bece79b Mon Sep 17 00:00:00 2001 From: agoalofalife Date: Mon, 12 Mar 2018 17:40:40 +0300 Subject: [PATCH] update read me --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 11806c9..1589adf 100644 --- a/readme.md +++ b/readme.md @@ -169,7 +169,7 @@ And method `getNotification`, return `Notification` type. // implements agoalofalife\Reports\Contracts\NotificationReport public function getNotifiable() { - return User::where('email', 'agoalofalife@gmail.com')->get()->first(); + return User::where('email', 'test@gmail.com')->get()->first(); } public function getNotification(): Notification