blob: 1bf832587502df5bd11cb4833e1c08f764d28340 [file] [log] [blame]
<?php
namespace LdapRecord\Models\DirectoryServer;
use LdapRecord\Models\Model;
class Entry extends Model
{
/**
* The attribute key that contains the models object GUID.
*
* @var string
*/
protected $guidKey = 'gidNumber';
}