Update AttributeTypes/LDAPSyntaxes/MatchingRules for performance and process improvements

This commit is contained in:
2025-06-14 00:13:19 +10:00
parent 6059bc1e45
commit 88db4ccc99
16 changed files with 485 additions and 938 deletions

View File

@@ -57,7 +57,7 @@ abstract class Base
public function __toString(): string
{
return $this->name;
return $this->oid;
}
protected function parse(string $line): void