coolify/app/Notifications/Channels/SendsTelegram.php
2023-09-06 14:31:38 +02:00

10 lines
131 B
PHP

<?php
namespace App\Notifications\Channels;
interface SendsTelegram
{
public function routeNotificationForTelegram();
}