-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistration.php
More file actions
23 lines (23 loc) · 884 Bytes
/
registration.php
File metadata and controls
23 lines (23 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/**
* Cybage Store Pickup Plugin
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* It is available on the World Wide Web at:
* http://opensource.org/licenses/osl-3.0.php
* If you are unable to access it on the World Wide Web, please send an email
* To: Support_ecom@cybage.com. We will send you a copy of the source file.
* @category Store Pickup Plugin
* @package Cybage_Storepickup
* @copyright Copyright (c) 2019 Cybage Software Pvt. Ltd., India
* * http://www.cybage.com/coe/e-commerce
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Cybage Software Pvt. Ltd. <Support_ecom@cybage.com>
*/
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Cybage_Storepickup',
__DIR__
);