coolify/app/Notifications/Channels/SendsTelegram.php

9 lines
126 B
PHP
Raw Normal View History

2023-09-06 14:31:38 +02:00
<?php
namespace App\Notifications\Channels;
interface SendsTelegram
{
public function routeNotificationForTelegram();
}