Doormanager - log also card number
This commit is contained in:
@@ -117,6 +117,8 @@ class DoorManager extends BaseObject
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\Yii::info("$requestId: Card number " . $card->number);
|
||||||
|
|
||||||
if ($card->type == Card::TYPE_EMPLOYEE) {
|
if ($card->type == Card::TYPE_EMPLOYEE) {
|
||||||
$this->moveEmployee($identifier, $device, $direction, $verifyOnly, $createdAt, $date, $card, $cardNumber, $virtualKey);
|
$this->moveEmployee($identifier, $device, $direction, $verifyOnly, $createdAt, $date, $card, $cardNumber, $virtualKey);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user