Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk authored and github-actions[bot] committed Nov 19, 2024
1 parent cc7581b commit ae26dcf
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 ae26dcf

Please sign in to comment.