diff --git a/lib/Entities/StatisticsClickEntity.php b/lib/Entities/StatisticsClickEntity.php index bff5820047..3882644657 100644 --- a/lib/Entities/StatisticsClickEntity.php +++ b/lib/Entities/StatisticsClickEntity.php @@ -138,4 +138,8 @@ class StatisticsClickEntity { public function getWooCommercePurchases() { return $this->wooCommercePurchases; } + + public function getCount(): int { + return $this->count; + } }