Completed
Push — master ( 3745d5...788192 )
by Freek
03:26
created
app/Services/MissingPageRedirector/DatabaseRedirector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 {
11 11
     public function getRedirectsFor(Request $request): array
12 12
     {
13
-        return Redirect::getAll()->flatMap(function ($redirect) {
13
+        return Redirect::getAll()->flatMap(function($redirect) {
14 14
             return [$redirect->old_url => $redirect->new_url];
15 15
         })->toArray();
16 16
     }
Please login to merge, or discard this patch.