db = $db; $this->logService = new MyLogService(); } final protected function setLog(string $title, string $status, ?string $context = null): void { $this->logService->create([ 'title' => $title, 'status' => $status, 'context' => $context ]); } }