cerebrate/src/Model/Entity/Alignment.php

12 lines
131 B
PHP

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