hasOne(Municipio::class, ['id' => 'idMunicipio']); } public function getNivel() { return $this->hasOne(Nivel::class, ['id' => 'idNivel']); } }