coolify/app/Notifications/Channels/SendsPushover.php

9 lines
126 B
PHP
Raw Permalink Normal View History

2024-12-11 14:54:11 +00:00
<?php
namespace App\Notifications\Channels;
interface SendsPushover
{
public function routeNotificationForPushover();
}