vendor/prometee/sylius-google-recaptcha-v3-plugin/src/PrometeeSyliusGoogleRecaptchaV3Plugin.php line 10

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace Prometee\SyliusGoogleRecaptchaV3Plugin;
  4. use Sylius\Bundle\CoreBundle\Application\SyliusPluginTrait;
  5. use Symfony\Component\HttpKernel\Bundle\Bundle;
  6. final class PrometeeSyliusGoogleRecaptchaV3Plugin extends Bundle
  7. {
  8.     use SyliusPluginTrait;
  9. }