Merge pull request #316 from fixe/patch-1
Fixes autoloading of generated Annotations
This commit is contained in:
commit
193ac077d6
@ -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…
x
Reference in New Issue
Block a user