Skip to content

Commit 1aefd39

Browse files
committed
MAGETWO-93994: Switch default search engine from MySQL to ElasticSearch
- Moved data patch to CatalogSearch module
1 parent c04d8e3 commit 1aefd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Search/Setup/Patch/Data/MySQLSearchDeprecationNotification.php renamed to app/code/Magento/CatalogSearch/Setup/Patch/Data/MySQLSearchDeprecationNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
namespace Magento\Search\Setup\Patch\Data;
6+
namespace Magento\CatalogSearch\Setup\Patch\Data;
77

88
class MySQLSearchDeprecationNotification implements \Magento\Framework\Setup\Patch\DataPatchInterface
99
{

0 commit comments

Comments
 (0)