Fix comments for Echomail Notifications
This commit is contained in:
@@ -6,11 +6,10 @@ use Illuminate\Notifications\Notification;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
use App\Models\Echomail;
|
||||
use App\Models\Setup;
|
||||
|
||||
class EchomailChannel
|
||||
{
|
||||
private const LOGKEY = 'CN-';
|
||||
private const LOGKEY = 'CNE';
|
||||
|
||||
/**
|
||||
* @var Echomail
|
||||
@@ -18,7 +17,7 @@ class EchomailChannel
|
||||
protected Echomail $echomail;
|
||||
|
||||
/**
|
||||
* Create a new Netmail channel instance.
|
||||
* Create a new Echomail channel instance.
|
||||
*
|
||||
* @param Echomail $o
|
||||
*/
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user