Spaces
This commit is contained in:
parent
9c1202a766
commit
8f092812c4
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ public function <methodName>()
|
|||
'<variableName>' => Inflector::camelize($fieldName),
|
||||
'<methodName>' => $methodName,
|
||||
'<fieldName>' => $fieldName,
|
||||
'<variableDefault>' => ($defaultValue!==null?('='.$defaultValue):''),
|
||||
'<variableDefault>' => ($defaultValue!==null?('='.$defaultValue):''),
|
||||
'<entity>' => $this->_getClassName($metadata)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue