Completed
Push — master ( 682608...971e77 )
by Anderson
01:59
created
src/Middleware/Request.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
                 // Redirect to 404 if not enough parameters provided
121 121
 
122 122
                 if(count($path_args) < count($route_args['required']))
123
-                   redirect(Route::get404()->path);
123
+                    redirect(Route::get404()->path);
124 124
 
125 125
                 if(count($path_args) == 0)
126 126
                 {
Please login to merge, or discard this patch.