MCPcopy Create free account
hub / github.com/CoderOpen/waimai / GetCouponLog

Class GetCouponLog

app/Models/ChiHe/GetCouponLog.php:9–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8use Illuminate\Database\Eloquent\Model;
9class GetCouponLog extends Model
10{
11 protected $table = 'chihe_coupon_log';
12 protected $fillable = [
13 'id',
14 'user_id',
15 'created_at',
16 'project_id',
17 ];
18 const UPDATED_AT = null;
19}
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected