Skip to content

Commit

Permalink
add leading backslash to Zend\Controller\Action when creating a contr…
Browse files Browse the repository at this point in the history
…oller file
  • Loading branch information
akrabat committed Aug 16, 2010
1 parent edeeaff commit c26c2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Tool/Project/Context/Zf/ControllerFile.php
Expand Up @@ -117,7 +117,7 @@ public function getContents()
'classes' => array(
new Php\PhpClass(array(
'name' => $className,
'extendedClass' => 'Zend\Controller\Action',
'extendedClass' => '\Zend\Controller\Action',
'methods' => array(
new Php\PhpMethod(array(
'name' => 'init',
Expand Down

0 comments on commit c26c2d9

Please sign in to comment.