12 lines
180 B
PHP
Raw Normal View History

2023-03-02 18:21:53 +11:00
<?php
namespace App\Classes\LDAP\Attribute\Internal;
use App\Classes\LDAP\Attribute\Internal;
/**
* Represents an EntryDN Attribute
*/
final class EntryDN extends Internal
{
}