Fix comments for Echomail Notifications

This commit is contained in:
2024-06-10 09:19:21 +10:00
parent ba0f643dca
commit 61cfb773e2
4 changed files with 6 additions and 14 deletions

View File

@@ -6,11 +6,10 @@ use Illuminate\Notifications\Notification;
use Illuminate\Support\Facades\Log;
use App\Models\Netmail;
use App\Models\Setup;
class NetmailChannel
{
private const LOGKEY = 'CN-';
private const LOGKEY = 'CNN';
/**
* @var Netmail