mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-24 12:19:44 +00:00
8 lines
119 B
PHP
8 lines
119 B
PHP
<?php
|
|
|
|
namespace App\Notifications\Channels;
|
|
|
|
interface SendsSlack
|
|
{
|
|
public function routeNotificationForSlack();
|
|
} |