Files
symfony-flex-recipes-contrib/msgphp/eav-bundle/0.1/src/Entity/Eav/AttributeValue.php
T

13 lines
165 B
PHP

<?php
namespace App\Entity\Eav;
use MsgPhp\Eav\Entity\AttributeValue as BaseAttributeValue;
/**
* @final
*/
class AttributeValue extends BaseAttributeValue
{
}