Commit 8ed71eb5 authored by Benjamin Eberlei's avatar Benjamin Eberlei

[DBAL-107] Bugfix with variable overlap in Graphviz Visitor

parent dea25f97
......@@ -86,7 +86,7 @@ class Graphviz implements \Doctrine\DBAL\Schema\Visitor\Visitor
$this->output .= $this->createNode(
$table->getName(),
array(
'label' => $this->createTableLabel( $name, $columns ),
'label' => $this->createTableLabel( $table->getName(), $columns ),
'shape' => 'plaintext',
)
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment