Fixes autoloading of generated Annotations
This commit is contained in:
parent
c5c3719e79
commit
975f3c4600
@ -832,7 +832,7 @@ public function <methodName>()
|
||||
$this->_staticReflection[$metadata->name]['methods'][] = $methodName;
|
||||
|
||||
$replacements = array(
|
||||
'<name>' => $this->_annotationsPrefix . $name,
|
||||
'<name>' => $this->_annotationsPrefix . ucfirst($name),
|
||||
'<methodName>' => $methodName,
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user