Skip to content

Commit 9154ff6

Browse files
authored
Merge pull request #807 from laravel/analysis-XaOP3Z
Apply fixes from StyleCI
2 parents 82a1a51 + b230122 commit 9154ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ public function route($param = null, $default = null)
2525

2626
return Arr::get($route[2], $param, $default);
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)