Skip to content

Commit

Permalink
MAGETWO-70576: Update registration files formatting #2204
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko committed Jul 10, 2017
1 parent 48493c1 commit 8095317
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* See COPYING.txt for license details.
*/

\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Magento_AdvancedSearch',
__DIR__
);
use \Magento\Framework\Component\ComponentRegistrar;

ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_AdvancedSearch', __DIR__);

0 comments on commit 8095317

Please sign in to comment.