Fix to generating classes.
This commit is contained in:
parent
94bf9a4c7c
commit
1f1fef741c
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ END;
|
|||
if ($this->generateBaseClasses()) {
|
||||
|
||||
// We only want to generate this one if it doesn't already exist
|
||||
if (file_exists($options['fileName'])) {
|
||||
if (!file_exists($options['fileName'])) {
|
||||
$optionsBak = $options;
|
||||
|
||||
unset($options['tableName']);
|
||||
|
|
Loading…
Add table
Reference in a new issue