Commit 0e4de6ba authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #390 from rybakit/patch-1

Remove unused Table::$_idGeneratorType
parents ec2be901 e9199f25
......@@ -84,7 +84,6 @@ class Table extends AbstractAsset
}
$this->_setName($tableName);
$this->_idGeneratorType = $idGeneratorType;
foreach ($columns as $column) {
$this->_addColumn($column);
......
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