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

Class Subscribe

app/Models/ChiHe/Subscribe.php:8–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace App\Models\ChiHe;
7use Illuminate\Database\Eloquent\Model;
8class Subscribe extends Model
9{
10
11 protected $table = 'chihe_subscribe';
12 protected $fillable = [
13 'id',
14 'user_id',
15 'created_at',
16 'template_id',
17 'is_send',
18 ];
19 const UPDATED_AT = null;
20}
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected