*/ protected $fillable = [ 'user_id', 'event', 'description', 'status', 'type', ]; public function user() { return $this->belongsTo(User::class); } }