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.
2 parents b8d1a36 + 7ffb8f1 commit 47787b8Copy full SHA for 47787b8
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