woocommerce-paypal-payments/modules/ppcp-uninstall/module.php

15 lines
239 B
PHP
Raw Permalink Normal View History

2022-12-07 16:28:59 +04:00
<?php
/**
* The uninstall module.
*
* @package WooCommerce\PayPalCommerce\Uninstall
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\Uninstall;
return function (): UninstallModule {
2022-12-07 16:28:59 +04:00
return new UninstallModule();
};