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

11 lines
127 B
PHP
Raw Normal View History

2022-03-13 19:32:32 +01:00
<?php
namespace App\Core\Entity\Site\Page;
use Doctrine\ORM\Mapping as ORM;
2022-11-19 19:35:28 +01:00
#[ORM\Entity]
2022-03-13 19:32:32 +01:00
class TextBlock extends Block
{
}