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