芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/pennysave/application/app/Models/Store.php
belongsToMany(Coupon::class); } public function user() { return $this->belongsTo(User::class,'user_id'); } public function scopeActive() { return $this->where('status', 1); } }