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

11 lines
122 B
PHP
Raw Normal View History

<?php
namespace App\Entity\Page;
use Doctrine\ORM\Mapping as ORM;
2022-11-19 20:42:30 +01:00
#[ORM\Entity]
class LinksPage extends SimplePage
{
}