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 b46b631 commit e16df60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e16df60

Please sign in to comment.