Skip to content

Commit 0b24459

Browse files
authored
Fix variable reference
1 parent c1c2d32 commit 0b24459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/LogHandle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function after(
7373
'response_code' => $responseCode,
7474
'response_datetime' => $responseDateTime
7575
]);
76-
$this->loggerManager->log($log);
76+
$this->loggerManager->log($this->lastLog);
7777
} catch (Exception $exception) {
7878
$this->logger->error('Cant complete webapi log save because of error: ' . $exception->getMessage());
7979
}

0 commit comments

Comments
 (0)