<?php

namespace App\Classes\LDAP\Attribute\Internal;

use App\Classes\LDAP\Attribute\Internal;

/**
 * Represents an EntryDN Attribute
 */
final class EntryDN extends Internal
{
}