This commit is contained in:
root
2020-01-01 23:54:20 +08:00
parent 20be5c3182
commit 453a078cd5
3 changed files with 0 additions and 35 deletions

View File

@ -1,12 +0,0 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class CouponLog extends Model
{
protected $table = 'v2_coupon_log';
protected $dateFormat = 'U';
protected $guarded = ['id'];
}