mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Migrate module to Modularity
This commit is contained in:
parent
ebd87b70e9
commit
1d24259f24
2 changed files with 20 additions and 22 deletions
|
@ -9,8 +9,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace WooCommerce\PayPalCommerce\AxoBlock;
|
||||
|
||||
use WooCommerce\PayPalCommerce\Vendor\Dhii\Modular\Module\ModuleInterface;
|
||||
|
||||
return static function (): ModuleInterface {
|
||||
return static function (): AxoBlockModule {
|
||||
return new AxoBlockModule();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue