murph-core/src/core/Entity/Site/Page/ChoiceBlock.php

11 lines
133 B
PHP

<?php
namespace App\Core\Entity\Site\Page;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity]
class ChoiceBlock extends JsonBlock
{
}