Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrabbani committed Aug 30, 2024
1 parent 30bc3c4 commit 6f13a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/Analytics/Reports/Products/Stats/WcDataStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace WeDevs\Dokan\Analytics\Reports\Products\Stats;

use Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore as ProductStateDataStore;
use Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore as ProductStatsDataStore;
use WeDevs\Dokan\Analytics\Reports\WcSqlQuery;

class WcDataStore extends ProductStateDataStore {
class WcDataStore extends ProductStatsDataStore {
/**
* Override the $total_query and $interval_query properties to customize query behavior.
* This modification replaces the Automattic\WooCommerce\Admin\API\Reports\SqlQuery class with
Expand Down

0 comments on commit 6f13a6e

Please sign in to comment.