blob: 1636cf39307f0be56d7d702a8f22207b6db74387 [file] [log] [blame]
<?php
namespace LdapRecord\Models\ActiveDirectory;
class Container extends Entry
{
/**
* The object classes of the LDAP model.
*
* @var array
*/
public static $objectClasses = [
'top',
'container',
];
}