Skip to content

Commit f700baf

Browse files
authored
Missing class import added to clarify the code example (#8628)
1 parent 9726587 commit f700baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notifications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ However, if you would like to make the final determination on whether the queued
303303
Sometimes you may need to send a notification to someone who is not stored as a "user" of your application. Using the `Notification` facade's `route` method, you may specify ad-hoc notification routing information before sending the notification:
304304

305305
use Illuminate\Broadcasting\Channel;
306+
use Illuminate\Support\Facades\Notification;
306307

307308
Notification::route('mail', 'taylor@example.com')
308309
->route('vonage', '5555555555')

0 commit comments

Comments
 (0)