作者 邓超

a

... ... @@ -103,7 +103,8 @@ class ATemplateHtml extends \App\Models\Base{
public static function _find($id){
return static::where('id',$id)->first();
$data = static::where('id',$id)->first();
return $data ? $data->toArray() : [];
}
/**
... ...