woocommerce-paypal-payments/modules.local/ppcp-api-client/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\ApiClient;
use Dhii\Modular\Module\ModuleInterface;
return function (): ModuleInterface {
return new ApiModule();
};