hasMany('App\Models\DMCities','category_id','id')->whereNull('deleted_at'); } public function category_mapped(){ return $this->hasMany('App\Models\PlaceCategoriesMapped','category_id','id'); } }