We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcfc20 commit 7ffb8f1Copy full SHA for 7ffb8f1
scripts/Phalcon/Builder/Model.php
@@ -214,7 +214,7 @@ public function build()
214
215
$table = $this->options->get('name');
216
if ($this->options->get('fileName') != $table && !isset($initialize['schema'])) {
217
- $initialize[] = $this->snippet->getThisMethod('setSource', '\'' . $table . '\'');
+ $initialize[] = $this->snippet->getThisMethod('setSource', $table);
218
}
219
220
if (!$db->tableExists($table, $schema)) {
0 commit comments