Update AttributeTypes/LDAPSyntaxes/MatchingRules for performance and process improvements
This commit is contained in:
@@ -57,7 +57,7 @@ abstract class Base
|
||||
|
||||
public function __toString(): string
|
||||
{
|
||||
return $this->name;
|
||||
return $this->oid;
|
||||
}
|
||||
|
||||
protected function parse(string $line): void
|
||||
|
Reference in New Issue
Block a user