Initial commit.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* The Settings module.
|
||||
*
|
||||
* @package WooCommerce\PayPalCommerce\Settings
|
||||
*/
|
||||
declare (strict_types=1);
|
||||
namespace WooCommerce\PayPalCommerce\Settings;
|
||||
|
||||
return static function (): \WooCommerce\PayPalCommerce\Settings\SettingsModule {
|
||||
return new \WooCommerce\PayPalCommerce\Settings\SettingsModule();
|
||||
};
|
||||
Reference in New Issue
Block a user