diff --git a/app/Http/Controllers/Forms/FormStatsController.php b/app/Http/Controllers/Forms/FormStatsController.php index 211f52ee9..d6ceaad64 100644 --- a/app/Http/Controllers/Forms/FormStatsController.php +++ b/app/Http/Controllers/Forms/FormStatsController.php @@ -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);