Commit 1f1fef74 authored by Jonathan.Wage's avatar Jonathan.Wage

Fix to generating classes.

parent 94bf9a4c
......@@ -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']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment