/home/sharedstore/public_html/prestashop.sharedstore.ma/src/Core/Module/Legacy
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/src/Core/Module/Legacy/ModuleInterface.php (1293B)
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/
namespace PrestaShop\PrestaShop\Core\Module\Legacy;
/**
* Define what should be a module.
* Note:We don't typeHint on old Module class to not create hard dependency with Legacy.
*/
interface ModuleInterface
{
}