Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 47ba260

Browse files
authored
Merge pull request #128 from Adldap2/analysis-8wO37e
Applied fixes from StyleCI
2 parents 0570268 + dc92c55 commit 47ba260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/Import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function handle()
4141

4242
// Retrieve all users.
4343
$users = $adldap->search()->users()->get();
44-
44+
4545
$this->info("Successfully imported {$this->import($users)} user(s).");
4646
}
4747

tests/AdldapTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
namespace Adldap\Laravel\Tests;
44

5-
use Adldap\Models\User;
65
use Adldap\Connections\Ldap;
76
use Adldap\Contracts\AdldapInterface;
87
use Adldap\Laravel\Facades\Adldap;
98
use Adldap\Laravel\Tests\Models\User as EloquentUser;
9+
use Adldap\Models\User;
1010
use Illuminate\Support\Facades\App;
1111
use Illuminate\Support\Facades\Auth;
1212
use Illuminate\Support\Facades\Hash;

0 commit comments

Comments
 (0)