blob: be6ef1d902a8305aebad77fce307a7734f4f6e36 [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3namespace Adldap\Models;
4
5/**
6 * Class Entry.
7 *
8 * Represents an LDAP record that could not be identified as another type of model.
9 */
10class Entry extends Model
11{
12 //
13}