We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48493c1 commit 8095317Copy full SHA for 8095317
registration.php
@@ -4,8 +4,6 @@
4
* See COPYING.txt for license details.
5
*/
6
7
-\Magento\Framework\Component\ComponentRegistrar::register(
8
- \Magento\Framework\Component\ComponentRegistrar::MODULE,
9
- 'Magento_AdvancedSearch',
10
- __DIR__
11
-);
+use \Magento\Framework\Component\ComponentRegistrar;
+
+ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_AdvancedSearch', __DIR__);
0 commit comments