The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Events\TechTips\TechTipCreatedEvent: $id, $relations, $class, $connection, $keyBy
Loading history...
15
use InteractsWithSockets;
16
17
public $notify;
18
public $techTip;
19
20
/**
21
* Create a new event instance
22
*/
23
public function __construct(TechTip $techTip, $notify = false)