Skip to content

Commit

Permalink
Fixed Slashes in Namespace (see issue #406)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Haberkern authored and Timo Haberkern committed Jun 15, 2011
1 parent 1f87a05 commit 8d147eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/routing.rst
Expand Up @@ -81,7 +81,7 @@ pattern that points to a specific PHP class and method:
// src/Acme/BlogBundle/Controller/BlogController.php
namespace Acme/BlogBundle/Controller;
namespace Acme\BlogBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
class BlogController extends Controller
Expand Down

0 comments on commit 8d147eb

Please sign in to comment.