Add getCount to StatisticsClickEntity

[PREMIUM-145]
This commit is contained in:
Rostislav Wolny
2020-08-27 16:46:23 +02:00
committed by Veljko V
parent 36e1d092b5
commit 36bad65b80

View File

@@ -138,4 +138,8 @@ class StatisticsClickEntity {
public function getWooCommercePurchases() {
return $this->wooCommercePurchases;
}
public function getCount(): int {
return $this->count;
}
}