Fix to Builder so the generate_accessors option is used.
This commit is contained in:
parent
33c209db7a
commit
0dbea77dcd
@ -405,7 +405,7 @@ END;
|
||||
$setUp = $this->buildSetUp($options, $columns, $relations);
|
||||
}
|
||||
|
||||
$accessors = true === true ? $this->buildAccessors($options, $columns):null;
|
||||
$accessors = (isset($options['generate_accessors']) && $options['generate_accessors'] === true) ? $this->buildAccessors($options, $columns):null;
|
||||
|
||||
$content = sprintf(self::$tpl, $abstract,
|
||||
$className,
|
||||
|
Loading…
x
Reference in New Issue
Block a user