The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Events\TimeLogSaved: $id, $class, $connection, $relations
Loading history...
15
16
public $timelog;
17
18
/**
19
* Create a new event instance.
20
*
21
* @return void
22
*/
23
public function __construct(TimeLog $timelog)
24
{
25
$project = $timelog->project;
26
27
// @todo only notify each user once, save spamming