Files
symfony-flex-recipes-contrib/shopware/app-bundle/5.0/src/Entity/Shop.php
T

14 lines
180 B
PHP

<?php
declare(strict_types=1);
namespace App\Entity;
use Doctrine\ORM\Mapping\Entity;
use Shopware\AppBundle\Entity\AbstractShop;
#[Entity]
class Shop extends AbstractShop
{
}