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

11 lines
124 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 ContactPage extends SimplePage
{
}