mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-08-04 03:40:45 +08:00
8 lines
142 B
PHP
8 lines
142 B
PHP
<?php
|
|
declare( strict_types = 1 );
|
|
|
|
require_once 'WP_REST_Controller.php';
|
|
|
|
abstract class WC_REST_Controller extends WP_REST_Controller {
|
|
|
|
}
|