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