Commit 106f152d authored by Jan Sorgalla's avatar Jan Sorgalla

Fix returning wrong property

parent b8c7014e
...@@ -117,7 +117,7 @@ class SchemaColumnDefinitionEventArgs extends SchemaEventArgs ...@@ -117,7 +117,7 @@ class SchemaColumnDefinitionEventArgs extends SchemaEventArgs
*/ */
public function getDatabase() public function getDatabase()
{ {
return $this->_platform; return $this->_database;
} }
/** /**
......
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