<?php
declare(strict_types=1);
namespace Prometee\SyliusGoogleRecaptchaV3Plugin;
use Sylius\Bundle\CoreBundle\Application\SyliusPluginTrait;
use Symfony\Component\HttpKernel\Bundle\Bundle;
final class PrometeeSyliusGoogleRecaptchaV3Plugin extends Bundle
{
use SyliusPluginTrait;
}