cerebrate/src/Model/Entity/Role.php

12 lines
122 B
PHP
Raw Normal View History

2020-06-19 00:42:10 +02:00
<?php
namespace App\Model\Entity;
use App\Model\Entity\AppModel;
use Cake\ORM\Entity;
class Role extends AppModel
{
}