phpldapadmin/app/Classes/LDAP/Attribute/Internal/DN.php

12 lines
170 B
PHP
Raw Normal View History

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