Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ossycodes committed May 6, 2022
1 parent d0d57c9 commit 96e40b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -82,7 +82,7 @@ class User extends Authenticatable
*/
public function routeNotificationForAfricasTalking($notification)
{
return $this->phone;
return $this->phone_number;
}
}
```
Expand Down

0 comments on commit 96e40b9

Please sign in to comment.