File "module-20250121140603-20250122044536-20250123095231.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/revslider/public/assets/svg/file/module-20250121140603-20250122044536-20250123095231.php
File size: 251 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The onboarding module.
*
* @package WooCommerce\PayPalCommerce\Onboarding
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\Onboarding;
return static function (): OnboardingModule {
return new OnboardingModule();
};