芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/lavishbdlifestyle.com/app/Models/Carrier.php
hasMany(CarrierRange::class); } public function carrier_range_prices(){ return $this->hasMany(CarrierRangePrice::class); } public function scopeActive($query) { return $query->where('status', 1); } }