This repository has been archived on 2022-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
magentolym/Config.php

12 lines
162 B
PHP

<?php
/**
* Authors: Alex Gusev <alex@flancer64.com>
* Since: 2018
*/
namespace Oreolek\MagentoLym;
class Config
{
const MODULE = 'Oreolek_MagentoLym';
}