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