Skip to content

Commit

Permalink
fix pint
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragchhatrala committed Dec 19, 2024
1 parent fcce45a commit aa32f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/Models/Workspace.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public function owners()

public function billingOwners(): Collection
{
return $this->owners->filter(fn($owner) => $owner->is_subscribed);
return $this->owners->filter(fn ($owner) => $owner->is_subscribed);
}

public function forms()
Expand Down

0 comments on commit aa32f85

Please sign in to comment.