mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-07-29 02:07:27 +08:00
14 lines
350 B
PHP
14 lines
350 B
PHP
<?php
|
|
|
|
/**
|
|
* The abilities module services.
|
|
*
|
|
* Empty: the registrar holds no per-request state and is wired through Woo
|
|
* Core's loader filter. Satisfies the Syde Modularity ServiceModule contract.
|
|
*
|
|
* @package WooCommerce\PayPalCommerce\Abilities
|
|
*/
|
|
declare (strict_types=1);
|
|
namespace WooCommerce\PayPalCommerce\Abilities;
|
|
|
|
return array();
|