mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Update controller.rst
in the services.yaml you need to override sylius.controller.shop.homepage not app.controller.shop.homepage
This commit is contained in:
parent
6118ecc7c9
commit
fc20856c94
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ If you still need the methods of the original ``HomepageController``, then copy
|
|||
|
||||
# config/services.yaml
|
||||
services:
|
||||
app.controller.shop.homepage:
|
||||
sylius.controller.shop.homepage:
|
||||
class: App\Controller\Shop\HomepageController
|
||||
arguments: ['@templating']
|
||||
tags: ['controller.service_arguments']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue