12 lines
182 B
PHP
Raw Normal View History

2023-03-02 18:21:53 +11:00
<?php
namespace App\Classes\LDAP\Attribute\Internal;
use App\Classes\LDAP\Attribute\Internal;
/**
* Represents an EntryCSN Attribute
*/
final class EntryCSN extends Internal
{
}