Skip to content

Commit 400e45f

Browse files
committed
WIP
1 parent 4fbe4d2 commit 400e45f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ body:
99
label: Question or Feature?
1010
description: Enter a Question or Feature Request
1111
validations:
12-
required: true
12+
required: true

src/Forms/Components/JsonInput.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,4 @@ public function setUp(): void
3636
'array' => __('The :attribute must be valid JSON.'),
3737
]);
3838
}
39-
40-
public function getStatePath(bool $isAbsolute = true): ?string
41-
{
42-
return parent::getStatePath($isAbsolute);
43-
}
4439
}

0 commit comments

Comments
 (0)