cerebrate/src/Model/Entity/AuthKey.php

13 lines
163 B
PHP

<?php
namespace App\Model\Entity;
use App\Model\Entity\AppModel;
use Cake\ORM\Entity;
class AuthKey extends AppModel
{
protected $_hidden = ['authkey'];
}