Change Mastodon Instance V2 active_monthly field to correct active_month
This commit is contained in:
parent
706a42ffd0
commit
bb29a07efa
|
@ -34,7 +34,7 @@ class UserStats extends BaseDataTransferObject
|
||||||
protected $active_month = 0;
|
protected $active_month = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $active_monthly
|
* @param $active_month
|
||||||
*/
|
*/
|
||||||
public function __construct($active_month)
|
public function __construct($active_month)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue