Add module boilerplate

This commit is contained in:
Emili Castells Guasch 2024-08-08 12:43:29 +02:00
parent c70fb24bdb
commit 7b22040710
6 changed files with 101 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<?php
/**
* The local alternative payment methods module services.
*
* @package WooCommerce\PayPalCommerce\LocalAlternativePaymentMethods
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\LocalAlternativePaymentMethods;
return array(
);