Ensure our jobs are storing objects without relations
This commit is contained in:
@@ -35,7 +35,7 @@ class PacketProcess implements ShouldQueue
|
||||
public function __construct(string $filename,System $so,bool $interactive=TRUE,Carbon $rcvd_time=NULL,bool $nobot=FALSE)
|
||||
{
|
||||
$this->filename = $filename;
|
||||
$this->so = $so;
|
||||
$this->so = $so->withoutRelations();
|
||||
$this->interactive = $interactive;
|
||||
$this->rcvd_time = $rcvd_time ?: Carbon::now();
|
||||
$this->nobot = $nobot;
|
||||
|
Reference in New Issue
Block a user