1
0

new: pkg: SWC-89 initialize the plugin for SW

This commit is contained in:
2023-02-15 13:28:25 +01:00
parent c30dc0849d
commit 6b1afe4bfe
3 changed files with 46 additions and 0 deletions

19
src/EtailWestTheme.php Normal file
View File

@@ -0,0 +1,19 @@
<?php declare(strict_types=1);
namespace EtailWestTheme;
use Shopware\Core\Framework\Plugin;
/**
* Class EtailWestTheme
*
* @package EtailWestTheme
* @author Lang <https://www.splendidbear.org>
* @category Class
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html GNU Lesser General Public License
* @link www.splendidbear.org
* @since 2023. 02. 15.
*/
class EtailWestTheme extends Plugin
{
}

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
</services>
</container>