Merge pull request #4780 from zaknesler/patch-1

[5.7] Use correct facade
This commit is contained in:
Graham Campbell 2018-09-30 10:00:35 +01:00 committed by GitHub
commit 4b0c1d242d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
@else
<a href="{{ route('login') }}">Login</a>
@if (Request::has('register'))
@if (Route::has('register'))
<a href="{{ route('register') }}">Register</a>
@endif
@endauth