You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'discord' => [
'webhook_url' => 'https://discord.com/api/webhooks/12344',
/* * If this is an empty string, the name field on the webhook will be used. */'username' => '',
/* * If this is an empty string, the avatar on the webhook will be used. */'avatar_url' => '',
],
Change backup's notifications channel from mail to discord
According to the documentation, username is an optional field. So theoretically if that field (and avatar_url if the same rules apply) gets wrapped with a !empty or filled check, it should solve the issue.
Steps to reproduce :
Php artisan backup:run
The text was updated successfully, but these errors were encountered: