Some logging fixes
This commit is contained in:
@@ -14,7 +14,7 @@ use App\Models\{Echoarea,Echomail,Netmail,Setup};
|
||||
|
||||
class MessageProcess implements ShouldQueue
|
||||
{
|
||||
private const LOGKEY = 'PP-';
|
||||
private const LOGKEY = 'JMP';
|
||||
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
@@ -215,8 +215,8 @@ class MessageProcess implements ShouldQueue
|
||||
self::LOGKEY,
|
||||
$this->msg->msgid,
|
||||
$this->msg->echoarea,
|
||||
$this->msg->user_to,$this->msg->tftn,
|
||||
$this->msg->user_from,
|
||||
$this->msg->user_from,$this->msg->fftn,
|
||||
$this->msg->user_to,
|
||||
$o->id,
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user