Created
June 17, 2020 05:38
-
-
Save anoopd/0def30282a32dfe56b467c64332926ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* * Copyright Magento, Inc. All rights reserved. | |
* * See COPYING.txt for license details. | |
* */ | |
use \Magento\Framework\Component\ComponentRegistrar; | |
ComponentRegistrar::register(ComponentRegistrar::THEME, 'frontend/Sanda/air', __DIR__); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment