HOR-4735: Removing conflicting phingBuildModel call.

This commit is contained in:
gustavo cruz
2018-07-13 14:35:08 -04:00
parent 88fb43a9e0
commit d35f6f925f

View File

@@ -125,7 +125,6 @@ class FixReferencePath
$pmTable->prepare();
$pmTable->preparePropelIniFile();
$pmTable->buildSchema();
$pmTable->phingbuildModel();
$this->outVerboseln("* Regenerate classes for table: " . $row["ADD_TAB_NAME"]);
} catch (Exception $e) {
CLI::logging(CLI::error("Error:" . "Error in regenerate classes for table: " . $row["ADD_TAB_NAME"] . ". " . $e));