mirror of
https://github.com/Karaka-Management/oms-Attribute.git
synced 2026-02-13 16:08:41 +00:00
bug fixes and subscription improvements
This commit is contained in:
parent
7a98db539d
commit
9ff4b47113
|
|
@ -15,7 +15,7 @@ declare(strict_types=1);
|
||||||
namespace Modules\Attribute\Models;
|
namespace Modules\Attribute\Models;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Item class.
|
* Attribute class.
|
||||||
*
|
*
|
||||||
* @package Modules\Attribute\Models
|
* @package Modules\Attribute\Models
|
||||||
* @license OMS License 2.0
|
* @license OMS License 2.0
|
||||||
|
|
@ -25,9 +25,17 @@ namespace Modules\Attribute\Models;
|
||||||
trait AttributeHolderTrait
|
trait AttributeHolderTrait
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Add attribute to item
|
* Attributes.
|
||||||
*
|
*
|
||||||
* @param Attribute $attribute Note
|
* @var \Modules\Attribute\Models\Attribute[]
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
private array $attributes = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add attribute
|
||||||
|
*
|
||||||
|
* @param Attribute $attribute Attribute
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user