mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-22 00:03:46 +02:00
Add support for immutable carbon dates in models
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user