Work on registration of existing systems to users
This commit is contained in:
@@ -9,13 +9,13 @@ use Illuminate\Support\Facades\Log;
|
||||
|
||||
use App\Classes\FTN\Message;
|
||||
use App\Interfaces\Packet;
|
||||
use App\Traits\EncodeUTF8;
|
||||
use App\Traits\{EncodeUTF8,MsgID};
|
||||
|
||||
final class Netmail extends Model implements Packet
|
||||
{
|
||||
private const LOGKEY = 'MN-';
|
||||
|
||||
use SoftDeletes,EncodeUTF8;
|
||||
use SoftDeletes,EncodeUTF8,MsgID;
|
||||
|
||||
private const cast_utf8 = [
|
||||
'to',
|
||||
|
Reference in New Issue
Block a user