芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/lavishbdlifestyle.com/app/Models/Country.php
belongsTo(Zone::class); } public function scopeIsEnabled($query) { return $query->where('status', '1'); } }