Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Aug 25, 2024
1 parent ccd319b commit 38382a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/GaletteActivities/Entity/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@ public function getActivity(): ?Activity
return $this->activity;
}

/**
* Get amount from activity
*
* @return float|null
*/
public function getAmountFromActivity(): ?float
{
$activity = $this->getActivity();
Expand Down

0 comments on commit 38382a4

Please sign in to comment.