lasthourcloud/app/Notifications/Channels/SendsTelegram.php

9 lines
126 B
PHP
Raw Permalink Normal View History

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