logs = $logs; } /** * @return Collection|LogInterface[] */ public function getLogs(): Collection { return $this->logs; } }