Skip to content

Commit

Permalink
Fix form starts
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Dec 7, 2023
1 parent c942e4d commit 59c2151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Forms/FormStatsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function __construct()
$this->middleware('auth');
}

public function getFormStats(string $formId)
public function getFormStats(string $workspaceId, string $formId)
{
$form = Form::findOrFail($formId);

Expand Down

0 comments on commit 59c2151

Please sign in to comment.