Fixes for testing now that we are using directorytree/ldaprecord-laravel
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace App\Schema;
|
||||
|
||||
use Adldap\Schemas\OpenLDAP;
|
||||
use App\LdapUser;
|
||||
|
||||
class Adldap extends OpenLDAP
|
||||
{
|
||||
public function userModel()
|
||||
{
|
||||
return LdapUser::class;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user