Doormanager - log also card number

This commit is contained in:
Schneider Roland
2023-01-18 19:07:14 +01:00
parent 6037c81cbe
commit 969f38bc2a

View File

@@ -117,6 +117,8 @@ class DoorManager extends BaseObject
}
\Yii::info("$requestId: Card number " . $card->number);
if ($card->type == Card::TYPE_EMPLOYEE) {
$this->moveEmployee($identifier, $device, $direction, $verifyOnly, $createdAt, $date, $card, $cardNumber, $virtualKey);
return;