mirror of
https://github.com/Karaka-Management/oms-Attribute.git
synced 2026-02-14 08:28:42 +00:00
code fixes
This commit is contained in:
parent
0b196893bc
commit
c5a45b7d18
|
|
@ -89,6 +89,9 @@ class AttributeType implements \JsonSerializable
|
||||||
*/
|
*/
|
||||||
public array $defaults = [];
|
public array $defaults = [];
|
||||||
|
|
||||||
|
// @todo Allow to reference enum instead of default values
|
||||||
|
// Currently we create language and country values which is insane
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default attribute value
|
* Default attribute value
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ class AttributeView extends View
|
||||||
/**
|
/**
|
||||||
* Reference id
|
* Reference id
|
||||||
*
|
*
|
||||||
* @var string
|
* @var int
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public int $refId = 0;
|
public int $refId = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user