mirror of
https://github.com/Karaka-Management/oms-Attribute.git
synced 2026-01-11 16:48:41 +00:00
code fixes
This commit is contained in:
parent
0b196893bc
commit
c5a45b7d18
|
|
@ -89,6 +89,9 @@ class AttributeType implements \JsonSerializable
|
|||
*/
|
||||
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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ class AttributeView extends View
|
|||
/**
|
||||
* Reference id
|
||||
*
|
||||
* @var string
|
||||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public int $refId = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user