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

15 lines
243 B
PHP
Raw Permalink Normal View History

<?php
2020-09-01 10:24:10 +03:00
/**
* The admin notice module.
*
2020-09-11 14:11:10 +03:00
* @package WooCommerce\PayPalCommerce\Button
2020-09-01 10:24:10 +03:00
*/
declare(strict_types=1);
2020-09-11 14:11:10 +03:00
namespace WooCommerce\PayPalCommerce\AdminNotices;
return static function (): AdminNotices {
2020-09-01 10:24:10 +03:00
return new AdminNotices();
};