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) {
|
||||
$this->moveEmployee($identifier, $device, $direction, $verifyOnly, $createdAt, $date, $card, $cardNumber, $virtualKey);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user