Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Убран алиас Route из welcome.blade.php (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Андрей Соснов authored and jhaoda committed Sep 12, 2016
1 parent dc90fce commit 51473c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</head>
<body>
<div class="flex-center position-ref full-height">
@if (Route::has('login'))
@if (app('router')->has('login'))
<div class="top-right links">
<a href="{{ url('/login') }}">Login</a>
<a href="{{ url('/register') }}">Register</a>
Expand Down

0 comments on commit 51473c7

Please sign in to comment.