coolify/app/Notifications/Channels/SendsTelegram.php
2024-06-10 20:43:34 +00:00

9 lines
126 B
PHP

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