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 4fbe4d2 commit 400e45fCopy full SHA for 400e45f
.github/ISSUE_TEMPLATE/feature_request.yml
@@ -9,4 +9,4 @@ body:
9
label: Question or Feature?
10
description: Enter a Question or Feature Request
11
validations:
12
- required: true
+ required: true
src/Forms/Components/JsonInput.php
@@ -36,9 +36,4 @@ public function setUp(): void
36
'array' => __('The :attribute must be valid JSON.'),
37
]);
38
}
39
-
40
- public function getStatePath(bool $isAbsolute = true): ?string
41
- {
42
- return parent::getStatePath($isAbsolute);
43
- }
44
0 commit comments