deblan.io-murph/src/Entity/Page/CategoryPage.php
2021-11-23 22:48:55 +01:00

13 lines
134 B
PHP

<?php
namespace App\Entity\Page;
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Entity
*/
class CategoryPage extends TitledPage
{
}