mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
♻️ Mark base class as abstract
This commit is contained in:
parent
263806904b
commit
4e46f6f5e9
1 changed files with 1 additions and 4 deletions
|
@ -13,11 +13,8 @@ use WC_REST_Controller;
|
|||
|
||||
/**
|
||||
* Base class for REST controllers in the settings module.
|
||||
*
|
||||
* This is a base class for specific REST endpoints; do not instantiate this
|
||||
* class directly.
|
||||
*/
|
||||
class RestEndpoint extends WC_REST_Controller {
|
||||
abstract class RestEndpoint extends WC_REST_Controller {
|
||||
/**
|
||||
* Endpoint namespace.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue