Skip to content

Commit 75cc145

Browse files
committed
minor #21259 add missing use in code example
1 parent 298f1d5 commit 75cc145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,6 +1559,7 @@ This way, the ``product_show`` alias could be deprecated.
15591559
namespace App\Controller;
15601560
15611561
use Symfony\Component\HttpFoundation\Response;
1562+
use Symfony\Component\Routing\Attribute\DeprecatedAlias;
15621563
use Symfony\Component\Routing\Attribute\Route;
15631564
15641565
class ProductController

0 commit comments

Comments
 (0)