Completed
Push — master ( fcc7aa...73f852 )
by Freek
04:14
created
src/CleanUpModelsCommand.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,12 @@
 block discarded – undo
3 3
 namespace Spatie\ModelCleanup;
4 4
 
5 5
 use Illuminate\Console\Command;
6
-use Illuminate\Support\Collection;
7 6
 use Illuminate\Filesystem\Filesystem;
8
-use PhpParser\Node\Stmt\Class_;
7
+use Illuminate\Support\Collection;
9 8
 use PhpParser\NodeTraverser;
10
-use PhpParser\ParserFactory;
11 9
 use PhpParser\NodeVisitor\NameResolver;
10
+use PhpParser\Node\Stmt\Class_;
11
+use PhpParser\ParserFactory;
12 12
 
13 13
 class CleanUpModelsCommand extends Command
14 14
 {
Please login to merge, or discard this patch.