From e12b37a5b72f74988add75a208724d8679183730 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 24 Jan 2022 20:22:31 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Commands/ImportLdapUsers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/ImportLdapUsers.php b/src/Commands/ImportLdapUsers.php index 4e1856db..29f916af 100644 --- a/src/Commands/ImportLdapUsers.php +++ b/src/Commands/ImportLdapUsers.php @@ -3,7 +3,7 @@ namespace LdapRecord\Laravel\Commands; use Illuminate\Console\Command; -Use Illuminate\Contracts\Config\Repository; +use Illuminate\Contracts\Config\Repository; use Illuminate\Support\Facades\Auth; use Illuminate\Support\Facades\Event; use LdapRecord\Laravel\Auth\DatabaseUserProvider;