vendor/store.shopware.com/swagamazonpay/src/Storefront/Pagelet/Footer/AmazonPayFooterStruct.php line 12

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. /*
  3.  * (c) shopware AG <info@shopware.com>
  4.  * For the full copyright and license information, please view the LICENSE
  5.  * file that was distributed with this source code.
  6.  */
  7. namespace Swag\AmazonPay\Storefront\Pagelet\Footer;
  8. use Shopware\Core\Framework\Struct\Struct;
  9. class AmazonPayFooterStruct extends Struct
  10. {
  11. }