Fixes for testing now that we are using directorytree/ldaprecord-laravel

This commit is contained in:
Deon George
2020-09-13 23:48:28 +10:00
parent 15ff508429
commit 1ebdffa358
2 changed files with 1 additions and 19 deletions

View File

@@ -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;
}
}