doormanager fixes after refactoring
This commit is contained in:
@@ -4,14 +4,14 @@ namespace common\components;
|
||||
use yii\base\BaseObject;
|
||||
class DoorMoveContext extends BaseObject {
|
||||
|
||||
public $id;
|
||||
public $requestId;
|
||||
public $identifier;
|
||||
public $device;
|
||||
public $direction;
|
||||
public $originalDirection;
|
||||
|
||||
public $verifyOnly;
|
||||
public $created_at;
|
||||
public $createdAt;
|
||||
public $date;
|
||||
|
||||
public $card;
|
||||
|
||||
Reference in New Issue
Block a user