Skip to content

Commit

Permalink
Update link to Laravel notifications docs to be master instead of 5.4 (
Browse files Browse the repository at this point in the history
  • Loading branch information
intrepidws committed Apr 25, 2024
1 parent 23ea510 commit 63d48d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/customizing-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Customizing notifications
weight: 4
---

This package leverages [Laravel's native notification capabilites](https://laravel.com/docs/5.4/notifications) to send out [several](https://docs.spatie.be/laravel-uptime-monitor/v3/monitoring-uptime/notifications) [notifications](https://docs.spatie.be/laravel-uptime-monitor/v3/monitoring-ssl-certificates/notifications).
This package leverages [Laravel's native notification capabilites](https://laravel.com/docs/master/notifications) to send out [several](https://docs.spatie.be/laravel-uptime-monitor/v3/monitoring-uptime/notifications) [notifications](https://docs.spatie.be/laravel-uptime-monitor/v3/monitoring-ssl-certificates/notifications).

```php
'notifications' => [
Expand Down

0 comments on commit 63d48d7

Please sign in to comment.