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

13 lines
131 B
PHP
Raw Normal View History

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