coolify/app/Notifications/Channels/SendsCoolifyEmail.php

9 lines
134 B
PHP
Raw Normal View History

2023-05-25 16:27:52 +00:00
<?php
namespace App\Notifications\Channels;
interface SendsCoolifyEmail
{
public function routeNotificationForCoolifyEmail();
}