Add support for immutable carbon dates in models
This commit is contained in:
parent
6d1226a0c1
commit
f51d65229b
20 changed files with 79 additions and 26 deletions
|
@ -16,7 +16,7 @@ use Pterodactyl\Services\Acl\Api\AdminAcl;
|
|||
* @property \Carbon\Carbon $created_at
|
||||
* @property \Carbon\Carbon $updated_at
|
||||
*/
|
||||
class ApiKey extends Validable
|
||||
class ApiKey extends Model
|
||||
{
|
||||
const RESOURCE_NAME = 'api_key';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue