blob: 1bf832587502df5bd11cb4833e1c08f764d28340 [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3namespace LdapRecord\Models\DirectoryServer;
4
5use LdapRecord\Models\Model;
6
7class Entry extends Model
8{
9 /**
10 * The attribute key that contains the models object GUID.
11 *
12 * @var string
13 */
14 protected $guidKey = 'gidNumber';
15}