Files
coolify/app/Notifications/Channels/SendsPushover.php
T

9 lines
126 B
PHP

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