Fix form starts

This commit is contained in:
Julien Nahum 2023-12-07 13:01:41 +01:00
parent c942e4d809
commit 59c21511ad
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class FormStatsController extends Controller
$this->middleware('auth');
}
public function getFormStats(string $formId)
public function getFormStats(string $workspaceId, string $formId)
{
$form = Form::findOrFail($formId);