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

Commit 11796f1

Browse files
committed
Sort use.
1 parent bee3577 commit 11796f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Import.php

Lines changed: 1 addition & 1 deletion
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\Console\Command;
76
use Illuminate\Support\Facades\Log;
87
use Illuminate\Support\Facades\Auth;
8+
use Illuminate\Console\Command;
99

1010
class Import extends Command
1111
{

0 commit comments

Comments
 (0)