dbmsv3 init...1

This commit is contained in:
choi.jh 2025-10-30 17:54:08 +09:00
parent a2ff5f4a27
commit 67569faee3
5 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ abstract class CommonProcessor
final protected function setLog(string $title, string $status, ?string $context = null): void
{
$this->logService->create([
$this->logService->getModel()->create([
'title' => $title,
'status' => $status,
'context' => $context