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

Commit 934dbeb

Browse files
stevebaumanStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 846c128 commit 934dbeb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/AdldapAuthUserProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Adldap\Laravel\Facades\Adldap;
66
use Adldap\Laravel\Traits\ImportsUsers;
77
use Adldap\Models\User;
8-
use Adldap\Schemas\ActiveDirectory;
98
use Illuminate\Auth\EloquentUserProvider;
109
use Illuminate\Contracts\Auth\Authenticatable;
1110
use Illuminate\Support\Arr;

src/Middleware/WindowsAuthenticate.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Adldap\Laravel\Middleware;
44

5-
use Closure;
6-
use Adldap\Models\User;
75
use Adldap\Laravel\Traits\ImportsUsers;
6+
use Adldap\Models\User;
7+
use Closure;
88
use Illuminate\Contracts\Auth\Guard;
99
use Illuminate\Database\Eloquent\Model;
1010
use Illuminate\Http\Request;
@@ -23,7 +23,7 @@ class WindowsAuthenticate
2323
/**
2424
* Create a new filter instance.
2525
*
26-
* @param Guard $auth
26+
* @param Guard $auth
2727
*/
2828
public function __construct(Guard $auth)
2929
{

0 commit comments

Comments
 (0)