File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/CatalogSearch/etc/frontend Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Event/etc/events.xsd" >
9
9
<event name =" controller_action_predispatch_catalogsearch_advanced_result" >
10
- <observer name =" catalog_sort_param_memorization" instance =" Magento\Catalog \Observer\ToolbarMemoriserObserver " />
10
+ <observer name =" catalog_sort_param_memorization" instance =" Magento\CatalogSearch \Observer\ToolbarMemorizerObserver " />
11
11
</event >
12
12
<event name =" controller_action_predispatch_catalogsearch_result_index" >
13
- <observer name =" catalog_sort_param_memorization" instance =" Magento\Catalog \Observer\ToolbarMemoriserObserver " />
13
+ <observer name =" catalog_sort_param_memorization" instance =" Magento\CatalogSearch \Observer\ToolbarMemorizerObserver " />
14
14
</event >
15
15
</config >
You can’t perform that action at this time.
0 commit comments