Completed
Pull Request — master (#69)
by reallyli
06:58
created
src/GenerateDiagramCommand.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,11 +4,11 @@
 block discarded – undo
4 4
 
5 5
 use BeyondCode\ErdGenerator\Model as GraphModel;
6 6
 use Illuminate\Console\Command;
7
-use Illuminate\Support\Collection;
8
-use phpDocumentor\GraphViz\Graph;
9
-use ReflectionClass;
10 7
 use Illuminate\Support\Arr;
8
+use Illuminate\Support\Collection;
11 9
 use Illuminate\Support\Str;
10
+use ReflectionClass;
11
+use phpDocumentor\GraphViz\Graph;
12 12
 
13 13
 class GenerateDiagramCommand extends Command
14 14
 {
Please login to merge, or discard this patch.