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

12 lines
184 B
PHP
Raw Normal View History

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