@@ -3,8 +3,8 @@ |
||
| 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 | |