Skip to content

Commit 8095317

Browse files
author
Oleksii Korshenko
committed
MAGETWO-70576: Update registration files formatting #2204
1 parent 48493c1 commit 8095317

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

registration.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
\Magento\Framework\Component\ComponentRegistrar::register(
8-
\Magento\Framework\Component\ComponentRegistrar::MODULE,
9-
'Magento_AdvancedSearch',
10-
__DIR__
11-
);
7+
use \Magento\Framework\Component\ComponentRegistrar;
8+
9+
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_AdvancedSearch', __DIR__);

0 commit comments

Comments
 (0)