jingcai-php/app/Model/AliAgentNotice.php

11 lines
135 B
PHP
Executable File

<?php
namespace App\Model;
class AliAgentNotice extends BaseModel
{
protected $casts = [
'response' => 'array',
];
}