Files
coolify/app/Notifications/Channels/SendsPushover.php
2024-12-11 18:13:16 +01:00

9 lines
126 B
PHP

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