Remove REST file from this commit (it will go in a separate PR)

This commit is contained in:
Allen Snook 2018-09-24 12:10:04 -07:00
parent 4d8dfea84c
commit 4cca18bd30
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
<?php
/**
* REST API Notices controller.
*
* Handles requests to the notices endpoint.
*
* @package WooCommerce Admin/API
*/
defined( 'ABSPATH' ) || exit;
class WC_Admin_REST_Notices_Controller extends WC_REST_CRUD_Controller {
}