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

12 lines
198 B
PHP
Raw Normal View History

<?php
namespace App\Classes\LDAP\Attribute\Internal;
use App\Classes\LDAP\Attribute\Internal;
/**
* Represents an attribute whose values are binary
*/
final class EntryUUID extends Internal
{
}