Inital commit
This commit is contained in:
23
local/modules/PdfGenerator/PdfGenerator.php
Normal file
23
local/modules/PdfGenerator/PdfGenerator.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/*************************************************************************************/
|
||||
/* Copyright (c) Franck Allimant, CQFDev */
|
||||
/* email : thelia@cqfdev.fr */
|
||||
/* web : http://www.cqfdev.fr */
|
||||
/* */
|
||||
/* For the full copyright and license information, please view the LICENSE */
|
||||
/* file that was distributed with this source code. */
|
||||
/*************************************************************************************/
|
||||
|
||||
/**
|
||||
* Created by Franck Allimant, CQFDev <franck@cqfdev.fr>
|
||||
* Date: 24/01/2019 19:44
|
||||
*/
|
||||
namespace PdfGenerator;
|
||||
|
||||
use Thelia\Module\BaseModule;
|
||||
|
||||
class PdfGenerator extends BaseModule
|
||||
{
|
||||
/** @var string */
|
||||
const DOMAIN_NAME = 'pdfgenerator';
|
||||
}
|
||||
Reference in New Issue
Block a user