Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Mar 29, 2024
1 parent 1fe84a2 commit c741ee2
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 @@ -68,7 +68,7 @@ class DiscordNotification extends Notification implements ShouldQueue
```php
use Illuminate\Support\Facades\Notification;

Notification::route('discord-webhook', config('services.discord.webhook')))
Notification::route('discord-webhook', config('services.discord.webhook'))
->notify(new DiscordNotification('test'));
```

Expand Down

0 comments on commit c741ee2

Please sign in to comment.