Skip to content

Commit

Permalink
Key column redefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Oct 12, 2023
1 parent af82eeb commit d8395b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AbraFlexi/RO.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class RO extends \Ease\Sand
*
* @var string
*/
public $fbKeyColumn = 'id';
public $keyColumn = 'id';

/**
* Informace o posledním HTTP requestu.
Expand Down
2 changes: 1 addition & 1 deletion src/AbraFlexi/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public function updateApiURL() {
$this->setDataValue($this->getMyKey(),\AbraFlexi\RO::uncode($this->init));
} else {
$this->unsetDataValue('kod');
parent::updateApiURL();
}
parent::updateApiURL();
if(empty($code) === false){
$this->setDataValue('kod', $code);
}
Expand Down

0 comments on commit d8395b5

Please sign in to comment.