woocommerce-paypal-payments/modules/ppcp-status-report/services.php
2021-07-22 15:39:57 +02:00

16 lines
304 B
PHP

<?php
/**
* The status report module services.
*
* @package WooCommerce\PayPalCommerce\StatusReport
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\StatusReport;
return array(
'status-report.renderer' => static function ( $container ): Renderer {
return new Renderer();
},
);