Module Recettes

This commit is contained in:
2021-04-02 20:54:04 +02:00
parent 8d8ca3fe2f
commit 99f3749535
11 changed files with 348 additions and 124 deletions

View File

@@ -1,14 +1,4 @@
<?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 Recettes;
@@ -17,12 +7,7 @@ use Thelia\Module\BaseModule;
class Recettes extends BaseModule
{
/** @var string */
const DOMAIN_NAME = 'recettes';
const DOMAIN_NAME = 'recettes';
const MESSAGE_DOMAIN = 'recettes';
/*
* You may now override BaseModuleInterface methods, such as:
* install, destroy, preActivation, postActivation, preDeactivation, postDeactivation
*
* Have fun !
*/
}