Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
shivendra-webkul committed Jan 30, 2025
1 parent ec1f66f commit c07c435
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/Webkul/Admin/src/Http/Requests/ConfigurationForm.php
Original file line number Diff line number Diff line change
@@ -34,8 +34,6 @@ public function rules()

// Check delete key exist in the request
if (! $this->has("{$key}.delete")) {
$validation = isset($field['validation']) && $field['validation'] ? $field['validation'] : 'nullable';

return [$key => $this->getValidationRules($field['validation'] ?? 'nullable')];
}

0 comments on commit c07c435

Please sign in to comment.