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),
|
'<variableName>' => Inflector::camelize($fieldName),
|
||||||
'<methodName>' => $methodName,
|
'<methodName>' => $methodName,
|
||||||
'<fieldName>' => $fieldName,
|
'<fieldName>' => $fieldName,
|
||||||
'<variableDefault>' => ($defaultValue!==null?('='.$defaultValue):''),
|
'<variableDefault>' => ($defaultValue!==null?('='.$defaultValue):''),
|
||||||
'<entity>' => $this->_getClassName($metadata)
|
'<entity>' => $this->_getClassName($metadata)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue