Change Mastodon Instance V2 active_monthly field to correct active_month

This commit is contained in:
Hank Grabowski 2023-02-26 22:57:10 -05:00
parent 706a42ffd0
commit bb29a07efa

View file

@ -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)
{ {