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
Raw Permalink Normal View History

2018-06-15 10:53:09 +03:00
<?php
/**
* Authors: Alex Gusev <alex@flancer64.com>
* Since: 2018
*/
2018-07-07 00:39:14 +03:00
namespace Oreolek\MagentoLym;
2018-06-15 10:53:09 +03:00
class Config
{
2018-07-07 00:39:14 +03:00
const MODULE = 'Oreolek_MagentoLym';
}