woocommerce-paypal-payments/modules.local/ppcp-button/module.php
David Remer 005a55c213 phpcs
2020-04-06 11:16:18 +03:00

10 lines
188 B
PHP

<?php
declare(strict_types=1);
namespace Inpsyde\PayPalCommerce\Button;
use Dhii\Modular\Module\ModuleInterface;
return function (): ModuleInterface {
return new ButtonModule();
};