We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52f3aa commit 5b4e245Copy full SHA for 5b4e245
1 file changed
src/Http/Controllers/CP/Forms/FormConnectController.php
@@ -12,7 +12,7 @@ class FormConnectController extends CpController
12
{
13
public function __invoke($form)
14
15
- // TOOD: Remove from this controller when wiring up the form builder.
+ // TODO: Remove from this controller when wiring up the form builder.
16
$formFieldtypes = app('statamic.form-fieldtypes')
17
->unique()
18
->map(fn ($class) => app($class))
0 commit comments