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

13 lines
130 B
PHP
Raw Normal View History

2021-07-09 23:42:38 +02:00
<?php
namespace App\Entity\Page;
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Entity
*/
class MeshPage extends TitledPage
{
}