Add Passkey Support & Pint
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Spatie\DiscordAlerts\Jobs\SendToDiscordChannelJob;
|
||||
|
||||
return [
|
||||
/*
|
||||
* The webhook URLs that we'll use to send a message to Discord.
|
||||
@@ -14,5 +16,5 @@ return [
|
||||
* This job will send the message to Discord. You can extend this
|
||||
* job to set timeouts, retries, etc...
|
||||
*/
|
||||
'job' => Spatie\DiscordAlerts\Jobs\SendToDiscordChannelJob::class,
|
||||
'job' => SendToDiscordChannelJob::class,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user