cerebrate/src/Model/Entity/MetaTemplate.php

12 lines
130 B
PHP
Raw Permalink Normal View History

<?php
namespace App\Model\Entity;
use App\Model\Entity\AppModel;
use Cake\ORM\Entity;
class MetaTemplate extends AppModel
{
}