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