This commit is contained in:
2020-09-29 16:56:10 +08:00
parent 3a8093bb57
commit 8db6bc92c6
3 changed files with 13 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace App\Models;
class UnionpayLog extends Model
{
protected $casts = [
'in_source' => 'array',
'out_source' => 'array',
];
}