vendor/lnb/shopware6-lnb-address-validation/src/LnbAddressValidation.php line 9

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace Lnb\Shopware6\LnbAddressValidation;
  4. use Shopware\Core\Framework\Plugin;
  5. class LnbAddressValidation extends Plugin
  6. {
  7. }