dashboard widgets from event (#246)

This commit is contained in:
Kevin Papst
2018-07-28 23:18:28 +02:00
committed by GitHub
parent e6f8bc8ae2
commit 0996eca3c5
10 changed files with 384 additions and 129 deletions

View File

@@ -32,6 +32,6 @@ class UserStatistic
*/
public function setTotalAmount($totalAmount)
{
$this->totalAmount = $totalAmount;
$this->totalAmount = (int) $totalAmount;
}
}