Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed Nov 19, 2024
2 parents 39f8608 + ae26dcf commit ebc1fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/RedirectResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static function form(Form $form): Form
->label(__('Type'))
->columnSpanFull()
->native(false)
->options(collect(config('redirects.status_codes'))->map(fn(string $type, int $code) => $code . ' ' . $type))
->options(collect(config('redirects.status_codes'))->map(fn (string $type, int $code) => $code . ' ' . $type))
->searchable()
->required()
->default(config('redirects.default_status_code'))
Expand Down

0 comments on commit ebc1fad

Please sign in to comment.