role_id = $role_id; $this->date_to = $date_to; $this->date_from = $date_from; } public function sheets(): array { return [new UserActivity($this->role_id, $this->date_to, $this->date_from)]; } }