Fix to generating classes.
This commit is contained in:
parent
94bf9a4c7c
commit
1f1fef741c
@ -311,7 +311,7 @@ END;
|
|||||||
if ($this->generateBaseClasses()) {
|
if ($this->generateBaseClasses()) {
|
||||||
|
|
||||||
// We only want to generate this one if it doesn't already exist
|
// 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;
|
$optionsBak = $options;
|
||||||
|
|
||||||
unset($options['tableName']);
|
unset($options['tableName']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user