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

11 lines
121 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;
2022-11-19 20:42:30 +01:00
#[ORM\Entity]
2021-07-10 11:22:11 +02:00
class MeshPage extends SimplePage
2021-07-09 23:42:38 +02:00
{
}