We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d112b commit 67d53a5Copy full SHA for 67d53a5
translation/locale.rst
@@ -86,7 +86,7 @@ by the routing system using the special ``_locale`` parameter:
86
// config/routes.php
87
use Symfony\Component\Routing\RouteCollection;
88
use Symfony\Component\Routing\Route;
89
- use App\Controller\ContactContorller;
+ use App\Controller\ContactController;
90
91
$collection = new RouteCollection();
92
$collection->add('contact', new Route(
0 commit comments