Fix to generating classes.
This commit is contained in:
parent
94bf9a4c7c
commit
1f1fef741c
@ -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…
x
Reference in New Issue
Block a user