Rename PacketProcess, fix Packet::open now using Zone not Domain
This commit is contained in:
@@ -12,7 +12,7 @@ use Illuminate\Support\Facades\Log;
|
||||
use App\Classes\FTN\{Message,Process};
|
||||
use App\Models\{Echoarea,Echomail,Netmail,Setup};
|
||||
|
||||
class ProcessPacket implements ShouldQueue
|
||||
class PacketProcess implements ShouldQueue
|
||||
{
|
||||
private const LOGKEY = 'PP-';
|
||||
|
||||
@@ -27,7 +27,7 @@ class ProcessPacket implements ShouldQueue
|
||||
}
|
||||
|
||||
/**
|
||||
* When calling ProcessPacket - we assume that the packet is from a valid source
|
||||
* When calling PacketProcess - we assume that the packet is from a valid source
|
||||
*/
|
||||
public function handle()
|
||||
{
|
Reference in New Issue
Block a user