cerebrate/src/Model/Entity/EnumerationCollection.php

12 lines
139 B
PHP

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