Swap out adldap2/adldap2 for directorytree/ldaprecord-laravel
This commit is contained in:
15
app/Ldap/Entry.php
Normal file
15
app/Ldap/Entry.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Ldap;
|
||||
|
||||
use LdapRecord\Models\Model;
|
||||
|
||||
class Entry extends Model
|
||||
{
|
||||
/**
|
||||
* The object classes of the LDAP model.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public static $objectClasses = [];
|
||||
}
|
Reference in New Issue
Block a user