belongsTo('App\Model\Module\DeedLaw','deed_law_id','_id'); } public function department() { return $this->belongsToMany('App\Model\Module\Department'); } }