cerebrate/src/Model/Entity/AuthKey.php

12 lines
125 B
PHP

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