Merge branch 'main' into vue-3

This commit is contained in:
Julien Nahum
2023-12-07 13:02:17 +01:00

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);