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.
2 parents c010291 + 67d53a5 commit 8cea03fCopy full SHA for 8cea03f
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