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