forked from EaDesgin/magento2-pdf-generator2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistration.php
26 lines (24 loc) · 888 Bytes
/
registration.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/**
* EaDesgin
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@eadesign.ro so we can send you a copy immediately.
*
* @category eadesigndev_pdfgenerator
* @copyright Copyright (c) 2008-2016 EaDesign by Eco Active S.R.L.
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/
use \Magento\Framework\Component\ComponentRegistrar;
ComponentRegistrar::register(
ComponentRegistrar::MODULE,
'Eadesigndev_Pdfgenerator',
__DIR__
);