Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
madassdev committed Oct 10, 2024
1 parent 817451a commit afb94dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/Models/Forms/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function getShareUrlAttribute()

return front_url('/forms/' . $this->slug);
}

public function getSubmissionsUrlAttribute()
{
if ($this->custom_domain) {
Expand Down

0 comments on commit afb94dc

Please sign in to comment.