Skip to content

Commit c9636f8

Browse files
committed
Fix listing
1 parent 1983e41 commit c9636f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Resources/ListedRedirect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function toArray($request)
2828
'source' => $redirect->source(),
2929
'destination_type' => $redirect->destination_type(),
3030
'destination' => $redirect->destination(),
31-
'destination_entry' => $redirect->destination_entry(),
31+
'destination_entry' => [$redirect->destination_entry()],
3232
'type' => [$redirect->type()],
3333
'match_type' => [$redirect->matchType()],
3434
'site' => $redirect->site(),

0 commit comments

Comments
 (0)