forked from thelia-modules/EasyOrderManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEasyOrderManager.php
More file actions
23 lines (20 loc) · 1.11 KB
/
EasyOrderManager.php
File metadata and controls
23 lines (20 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/*************************************************************************************/
/* This file is part of the Thelia package. */
/* */
/* Copyright (c) OpenStudio */
/* email : dev@thelia.net */
/* web : http://www.thelia.net */
/* */
/* For the full copyright and license information, please view the LICENSE.txt */
/* file that was distributed with this source code. */
/*************************************************************************************/
namespace EasyOrderManager;
use Thelia\Module\BaseModule;
class EasyOrderManager extends BaseModule
{
/** @var string */
const DOMAIN_NAME = 'easyordermanager';
const MODULE_VERSION = '1.0.1';
const MODULE_NAME = 'EasyOrderManager';
}