Migrate module to Modularity

This commit is contained in:
Daniel Dudzic 2024-09-05 21:28:48 +02:00
parent ebd87b70e9
commit 1d24259f24
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
2 changed files with 20 additions and 22 deletions

View file

@ -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();
};