Preparation for merge of a moved file.

This commit is contained in:
Peter Fabian 2019-01-15 11:36:56 +01:00
parent f84efa3a58
commit 2fc9de0bb0
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* WC_Admin_Reports_Orders_Data_Store class file.
* WC_Admin_Reports_Orders_Stats_Data_Store class file.
*
* @package WooCommerce Admin/Classes
*/
@ -12,11 +12,11 @@ if ( ! class_exists( 'WC_Admin_Order_Stats_Background_Process', false ) ) {
}
/**
* WC_Admin_Reports_Orders_Data_Store.
* WC_Admin_Reports_Orders_Stats_Data_Store.
*
* @version 3.5.0
*/
class WC_Admin_Reports_Orders_Data_Store extends WC_Admin_Reports_Data_Store implements WC_Admin_Reports_Data_Store_Interface {
class WC_Admin_Reports_Orders_Stats_Data_Store extends WC_Admin_Reports_Data_Store implements WC_Admin_Reports_Data_Store_Interface {
/**
* Table used to get the data.