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

12 lines
174 B
PHP

<?php
namespace App\Classes\LDAP\Attribute\Internal;
use App\Classes\LDAP\Attribute\Internal;
/**
* Represents an UUID Attribute
*/
final class UUID extends Internal
{
}