Completed
Push — master ( d027d5...afbe30 )
by
unknown
01:11
created
src/GraphBuilder.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace BeyondCode\ErdGenerator;
4 4
 
5 5
 use Illuminate\Database\Eloquent\Relations\BelongsToMany;
6
-use phpDocumentor\GraphViz\Graph;
7 6
 use Illuminate\Support\Collection;
7
+use phpDocumentor\GraphViz\Graph;
8 8
 use phpDocumentor\GraphViz\Node;
9 9
 use \Illuminate\Database\Eloquent\Model as EloquentModel;
10 10
 
Please login to merge, or discard this patch.