Add getCount to StatisticsClickEntity
[PREMIUM-145]
This commit is contained in:
committed by
Veljko V
parent
36e1d092b5
commit
36bad65b80
@@ -138,4 +138,8 @@ class StatisticsClickEntity {
|
||||
public function getWooCommercePurchases() {
|
||||
return $this->wooCommercePurchases;
|
||||
}
|
||||
|
||||
public function getCount(): int {
|
||||
return $this->count;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user