Merge pull request #316 from fixe/patch-1
Fixes autoloading of generated Annotations
This commit is contained in:
commit
193ac077d6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue