dashboard widgets from event (#246)
This commit is contained in:
@@ -32,6 +32,6 @@ class UserStatistic
|
||||
*/
|
||||
public function setTotalAmount($totalAmount)
|
||||
{
|
||||
$this->totalAmount = $totalAmount;
|
||||
$this->totalAmount = (int) $totalAmount;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user