Skip to content

Commit

Permalink
Fix validation
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Aug 19, 2024
1 parent 07d6df6 commit b1fa293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blueprints/RedirectBlueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function __invoke()
'type' => 'select',
'display' => 'Redirect type',
'listable' => true,
'validate' => 'required|string',
'validate' => 'required',
'options' => [
'302' => 'Temporary (302)',
'301' => 'Permanent (301)',
Expand Down

0 comments on commit b1fa293

Please sign in to comment.