Skip to content

Commit b212cbb

Browse files
committed
Fix the file name of a controller in a code example
1 parent bfe27fc commit b212cbb

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
@@ -997,7 +997,7 @@ convert them automatically to their scalar values.
997997

998998
.. code-block:: php-attributes
999999
1000-
// src/Controller/DefaultController.php
1000+
// src/Controller/OrderController.php
10011001
namespace App\Controller;
10021002
10031003
use App\Enum\OrderStatusEnum;

0 commit comments

Comments
 (0)