hasMany('App\Item','category_id'); } public function logs() { return $this->morphMany('App\Log', 'logable'); } }