The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by Soved\Laravel\Gdpr\Events\GdprInactiveUser: $id, $class, $connection
Loading history...
11
12
/**
13
* @var \Illuminate\Contracts\Auth\Authenticatable
14
*/
15
public $user;
16
17
/**
18
* Create a new event instance.
19
*
20
* @return void
21
*/
22
public function __construct(Authenticatable $user)