<?php
declare(strict_types=1);
namespace Pix\StaticContentBlocks;
use Shopware\Core\Framework\Plugin;
class PixStaticContentBlocks extends Plugin
{
}