hasOne('App\Model\Module', 'id','module_id'); } public function role() { return $this->hasOne('App\Model\Role', 'id','role_id'); } }