2023-03-01 22:54:30 +00:00
|
|
|
<?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
|
2023-03-01 22:54:30 +00:00
|
|
|
*/
|
|
|
|
final class EntryUUID extends Internal
|
|
|
|
{
|
|
|
|
}
|