blob: be6ef1d902a8305aebad77fce307a7734f4f6e36 [file] [log] [blame]
<?php
namespace Adldap\Models;
/**
* Class Entry.
*
* Represents an LDAP record that could not be identified as another type of model.
*/
class Entry extends Model
{
//
}