1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Fixes autoloading of generated Annotations

This commit is contained in:
Tiago Ribeiro 2012-04-01 02:59:03 +02:00
parent c5c3719e79
commit 975f3c4600

View File

@ -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,
);