Skip to content

Commit

Permalink
Add missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Apr 21, 2023
1 parent afa937a commit e075f0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Metrics/MRR.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/**
* @property-read string $date;
* @property-read int $mrr;
* @property-read string $percentage_change;
* @property-read int $mrr_new_business;
* @property-read int $mrr_expansion;
* @property-read int $mrr_contraction;
Expand All @@ -17,6 +18,7 @@ class MRR extends AbstractModel
{
protected $date;
protected $mrr;
protected $percentage_change;

protected $mrr_new_business;

Expand Down

0 comments on commit e075f0e

Please sign in to comment.