We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c627e9 commit e321dfdCopy full SHA for e321dfd
src/AbraFlexi/kod.php
@@ -25,14 +25,13 @@ trait kod
25
{
26
/**
27
* Obtain record/object identificator code:
28
- * Vrací identifikátor objektu code:
29
*
30
* @see https://demo.flexibee.eu/devdoc/identifiers Identifikátory záznamů
31
32
* @return string record code identifier
33
*/
34
public function _getRecordCode()
35
36
- return empty($this->getDataValue('kod')) ? null : \AbraFlexi\Functions::code($this->getDataValue('kod'));
+ return empty($this->getDataValue('kod')) ? null : \AbraFlexi\Code::ensure($this->getDataValue('kod'));
37
}
38
0 commit comments