<?php declare(strict_types=1);
namespace App\Attributes;
use Komma\KMS\Core\Attributes\Attribute as KmsAttribute;
abstract class Attribute extends KmsAttribute
{
/** @const int ValueFromComponentArea Indicates that this attribute's value did a component area */
const ValueFromComponentArea = 6;
}