Skip to content

Commit 1e6ecc9

Browse files
authored
Update README.md
1 parent 65ae5d1 commit 1e6ecc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function routeNotificationForSms()
8585
Sometimes you may need to send a notification to someone who is not stored as a "user" of your application. Using the Notification::route method, you may specify ad-hoc notification routing information before sending the notification:
8686

8787
```php
88-
Notification::route('iletimerkezi', '905322234433')
88+
Notification::route('sms', '905322234433')
8989
->notify(new AccountApproved());
9090
```
9191

0 commit comments

Comments
 (0)