Skip to content

Commit bbe67ee

Browse files
authored
Merge pull request #4106 from kenjis/fix-docs-filters
2 parents 6ee89af + 2723d1a commit bbe67ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/incoming/filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This is typically used to perform redirects, like in this example::
6969

7070
if (! $auth->isLoggedIn())
7171
{
72-
return redirect('login');
72+
return redirect()->to(site_url('login'));
7373
}
7474
}
7575

0 commit comments

Comments
 (0)