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

13 lines
145 B
PHP

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