Make attributes public.

This commit is contained in:
Dennis Eichhorn 2023-06-15 01:51:11 +02:00
parent ce915f69fa
commit 58d99bc467

View File

@ -30,7 +30,7 @@ trait AttributeHolderTrait
* @var \Modules\Attribute\Models\Attribute[] * @var \Modules\Attribute\Models\Attribute[]
* @since 1.0.0 * @since 1.0.0
*/ */
private array $attributes = []; public array $attributes = [];
/** /**
* Add attribute * Add attribute