Closed
Description
In the example on
http://symfony.com/doc/current/book/page_creation.html#rendering-a-template-with-the-service-container
It says
// --> add this new use statement
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
When it's not a new use statement. I'm a beginner reading through the docs, but I think it's the wrong use statement.