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

Commit eb39792

Browse files
authored
Merge pull request #127 from Adldap2/analysis-XkY9Oy
Applied fixes from StyleCI
2 parents 7a1b3fb + 25bb38b commit eb39792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/Import.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
namespace Adldap\Laravel\Commands;
44

55
use Adldap\Laravel\Traits\ImportsUsers;
6-
use Illuminate\Support\Facades\Log;
7-
use Illuminate\Support\Facades\Auth;
86
use Illuminate\Console\Command;
7+
use Illuminate\Support\Facades\Auth;
8+
use Illuminate\Support\Facades\Log;
99

1010
class Import extends Command
1111
{

0 commit comments

Comments
 (0)