Merge branch 'main' into vue-3

This commit is contained in:
Julien Nahum 2023-12-07 13:02:17 +01:00
commit 25c5e00c41
1 changed files with 1 additions and 1 deletions

View File

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