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

12 lines
174 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 UUID Attribute
2023-03-02 07:21:53 +00:00
*/
final class UUID extends Internal
2023-03-02 07:21:53 +00:00
{
}