mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-07-30 02:17:46 +08:00
7 lines
75 B
PHP
7 lines
75 B
PHP
<?php
|
|
|
|
abstract class WC_REST_Controller extends WP_REST_Controller {
|
|
}
|
|
|
|
|
|
|