deblan.io-murph/src/Entity/Page/CategoryPage.php

11 lines
125 B
PHP
Raw Normal View History

2021-11-23 22:48:55 +01:00
<?php
namespace App\Entity\Page;
use Doctrine\ORM\Mapping as ORM;
2022-11-19 20:42:30 +01:00
#[ORM\Entity]
2021-11-23 22:48:55 +01:00
class CategoryPage extends TitledPage
{
}