mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-08-06 04:01:24 +08:00
7 lines
75 B
PHP
7 lines
75 B
PHP
<?php
|
|
|
|
abstract class WC_REST_Controller extends WP_REST_Controller {
|
|
}
|
|
|
|
|
|
|