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