@@ -120,7 +120,7 @@ |
||
| 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 | { |