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