Fix form starts
This commit is contained in:
parent
c942e4d809
commit
59c21511ad
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue