Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeremcansev committed Oct 12, 2024
2 parents 727a6cb + 09bcf80 commit 20e019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/CommissionCalculatorService.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct(public Model&HasCommissionInterface $model)
/**
* @throws Exception
*/
public function getCalculableCommissions(string $column = null): array
public function getCalculableCommissions(?string $column = null): array
{
$commissions = [];
$commissionGroupId = Str::uuid()->toString();
Expand Down

0 comments on commit 20e019e

Please sign in to comment.