mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 15:32:35 +00:00
migrating tests (Application, Console and Cronjob)
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
use App\Models\NotificationChannel;
|
||||
use App\Notifications\NotificationInterface;
|
||||
use App\Web\Pages\Settings\NotificationChannels\Index;
|
||||
use Illuminate\Support\Facades\Http;
|
||||
|
||||
class Discord extends AbstractNotificationChannel
|
||||
@ -38,7 +39,7 @@ public function connect(): bool
|
||||
__('Congratulations! 🎉'),
|
||||
__("You've connected your Discord to :app", ['app' => config('app.name')])."\n".
|
||||
__('Manage your notification channels')."\n".
|
||||
route('settings.notification-channels')
|
||||
Index::getUrl()
|
||||
);
|
||||
|
||||
if (! $connect) {
|
||||
|
Reference in New Issue
Block a user