Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/UrlGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ protected function replaceNamedParameters($path, &$parameters)
*/
protected function addQueryString($uri, array $parameters)
{
// If the URI has a fragmnet, we will move it to the end of the URI since it will
// If the URI has a fragment, we will move it to the end of the URI since it will
// need to come after any query string that may be added to the URL else it is
// not going to be available. We will remove it then append it back on here.
if ( ! is_null($fragment = parse_url($uri, PHP_URL_FRAGMENT)))
Expand Down