Ensure our jobs are storing objects without relations
This commit is contained in:
@@ -37,8 +37,8 @@ class AddressIdle implements ShouldQueue
|
||||
*/
|
||||
public function __construct(Domain $do,Address $ao=NULL)
|
||||
{
|
||||
$this->do = $do;
|
||||
$this->ao = $ao;
|
||||
$this->do = $do->withoutRelations();
|
||||
$this->ao = $ao?->withoutRelations();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user