<?php declare(strict_types=1);
namespace ShopWithMe\Activities;
use Shopware\Core\Framework\Plugin;
class ShopWithMeActivities extends Plugin
{
}