♻️ Mark base class as abstract

This commit is contained in:
Philipp Stracker 2024-11-08 17:18:30 +01:00
parent 263806904b
commit 4e46f6f5e9
No known key found for this signature in database

View file

@ -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.
*