Skip to content

Commit 36683ac

Browse files
committed
minor #10416 Update routing.rst (HobbitCodes)
This PR was merged into the 4.1 branch. Discussion ---------- Update routing.rst Updating the file path comment to reflect the correct class name <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 547ff64 Update routing.rst
2 parents 5e9d47e + 547ff64 commit 36683ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Symfony provides a handy way to declare localized routes without duplication.
155155

156156
.. code-block:: php-annotations
157157
158-
// src/Controller/BlogController.php
158+
// src/Controller/CompanyController.php
159159
namespace App\Controller;
160160
161161
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;

0 commit comments

Comments
 (0)