Round score to 1 decimal instead of 0

[MAILPOET-3525]
This commit is contained in:
Pavel Dohnal
2021-04-21 10:21:01 +02:00
committed by Veljko V
parent a2c1b4f8bc
commit 3f91c40594
7 changed files with 36 additions and 19 deletions

View File

@@ -39,6 +39,7 @@ class SubscribersEngagementScore extends SimpleWorker {
if ($subscribers) {
$this->schedule();
}
return true;
}
public function getNextRunDate() {