芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/digitalbdit.com/core/app/Models/ChieldCategory.php
belongsTo('App\Models\Category')->withDefault(); } public function subcategory() { return $this->belongsTo('App\Models\Subcategory')->withDefault(); } public function items() { return $this->hasMany('App\Models\Item','childcategory_id')->where('status',1); } }