Skip to content

Commit

Permalink
Edit docblock
Browse files Browse the repository at this point in the history
fix example code route name reference.
  • Loading branch information
Marshall House committed Apr 14, 2014
1 parent 081cc4b commit 9b07efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ZfcAdmin/Controller/AdminController.php
Expand Up @@ -59,7 +59,7 @@
* return array(
* 'router' => array(
* 'routes' => array(
* 'admin' => array(
* 'zfcadmin' => array(
* 'options' => array(
* 'defaults' => array(
* 'controller' => 'MyFoo\Controller\OtherController',
Expand All @@ -77,4 +77,4 @@
*/
class AdminController extends AbstractActionController
{
}
}

0 comments on commit 9b07efd

Please sign in to comment.