Use correct facade

This commit is contained in:
Zak Nesler 2018-09-29 22:09:02 -04:00 committed by GitHub
parent 361a6b71da
commit c6f04411f5
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