Skip to content

Commit

Permalink
fix accordingly to PrestaShop#42
Browse files Browse the repository at this point in the history
  • Loading branch information
kpodemski committed Jun 27, 2023
1 parent 06d0580 commit a6122bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demodoctrine/config/routes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ps_demodoctrine_quote_edit:
defaults:
_controller: 'Module\DemoDoctrine\Controller\Admin\QuotesController::editAction'
_legacy_controller: 'AdminDemodoctrineQuote'
_legacy_link: 'AdminDemodoctrineQuote:update'
_legacy_link: 'AdminDemodoctrineQuote:edit'
requirements:
quoteId: \d+

Expand Down

0 comments on commit a6122bf

Please sign in to comment.