File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace LdapRecord \Laravel ;
4
4
5
- use LdapRecord \LdapRecordException ;
6
- use LdapRecord \Models \Model as LdapModel ;
5
+ use Illuminate \Database \Eloquent \Model as EloquentModel ;
7
6
use LdapRecord \Laravel \Events \Importing ;
8
7
use LdapRecord \Laravel \Events \Synchronized ;
9
8
use LdapRecord \Laravel \Events \Synchronizing ;
10
- use Illuminate \Database \Eloquent \Model as EloquentModel ;
9
+ use LdapRecord \LdapRecordException ;
10
+ use LdapRecord \Models \Model as LdapModel ;
11
11
12
12
class LdapImporter
13
13
{
Original file line number Diff line number Diff line change 7
7
use Illuminate \Database \Schema \Blueprint ;
8
8
use Illuminate \Foundation \Testing \WithFaker ;
9
9
use Illuminate \Support \Facades \Schema ;
10
- use LdapRecord \LdapRecordException ;
11
10
use LdapRecord \Laravel \ImportableFromLdap ;
12
11
use LdapRecord \Laravel \LdapImportable ;
13
12
use LdapRecord \Laravel \LdapImporter ;
14
13
use LdapRecord \Laravel \Testing \DirectoryEmulator ;
14
+ use LdapRecord \LdapRecordException ;
15
15
use LdapRecord \Models \ActiveDirectory \Group as LdapGroup ;
16
16
17
17
class LdapImporterTest extends TestCase
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function test_database_sync_authentication_passes()
38
38
$ user = User::create ([
39
39
'cn ' => 'John ' ,
40
40
41
- 'objectguid ' => $ this ->faker ->uuid
41
+ 'objectguid ' => $ this ->faker ->uuid ,
42
42
]);
43
43
44
44
$ fake ->actingAs ($ user );
You can’t perform that action at this time.
0 commit comments