mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-25 01:02:18 +08:00
4 lines
72 B
PHP
4 lines
72 B
PHP
<?php
|
|
|
|
abstract class WC_REST_Controller extends WP_REST_Controller {
|
|
}
|