'array', ]; public function niveles() { return $this->belongsToMany( Nivel::class, 'nivel_documento', 'documento_tipo_id', 'nivel_id' ); } }