cerebrate/src/Model/Entity/Inbox.php

12 lines
123 B
PHP

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