woocommerce-paypal-payments/modules/ppcp-admin-notices/module.php

14 lines
243 B
PHP

<?php
/**
* The admin notice module.
*
* @package WooCommerce\PayPalCommerce\Button
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\AdminNotices;
return static function (): AdminNotices {
return new AdminNotices();
};