jingcai-php/app/Model/AliNotice.php

12 lines
131 B
PHP
Executable File

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