This commit is contained in:
root
2019-11-29 01:58:20 +08:00
parent 75a5b93abd
commit b14596f14f
4 changed files with 53 additions and 0 deletions

View File

@ -8,4 +8,5 @@ class Order extends Model
{
protected $table = 'v2_order';
protected $dateFormat = 'U';
protected $guarded = ['id'];
}