deblan.io-murph/src/Entity/Page/LinksPage.php
2022-11-19 20:42:30 +01:00

11 lines
122 B
PHP

<?php
namespace App\Entity\Page;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity]
class LinksPage extends SimplePage
{
}