Commit 88b5d3d1 authored by Benjamin Eberlei's avatar Benjamin Eberlei

[DBAL-590] Remove Column#visit(). The table is responsible for this, because of dependencies.

parent 6bd046d3
...@@ -463,14 +463,6 @@ class Column extends AbstractAsset ...@@ -463,14 +463,6 @@ class Column extends AbstractAsset
return $this->_customSchemaOptions; return $this->_customSchemaOptions;
} }
/**
* @param \Doctrine\DBAL\Schema\Visitor\Visitor $visitor
*/
public function visit(Visitor $visitor)
{
$visitor->accept($this);
}
/** /**
* @return array * @return array
*/ */
......
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