The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by ReliqArts\Logistiq\Tracking\Events\Event: $id, $relations, $class, $connection, $keyBy
Loading history...
14
15
/**
16
* @var Trackable
17
*/
18
protected $trackable;
19
20
/**
21
* Event constructor.
22
*
23
* @param Trackable $trackable
24
*/
25
public function __construct(Trackable $trackable)
26
{
27
$this->trackable = $trackable;
28
}
29
30
/**
31
* @return mixed|Trackable Usually a Trackable implementation.
32
* However it may return an unexpected type if \Illuminate\Queue\SerializesModels trait