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

Commit 51473c7

Browse files
Андрей Сосновjhaoda
Андрей Соснов
authored andcommitted
Убран алиас Route из welcome.blade.php (#9)
1 parent dc90fce commit 51473c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</head>
6767
<body>
6868
<div class="flex-center position-ref full-height">
69-
@if (Route::has('login'))
69+
@if (app('router')->has('login'))
7070
<div class="top-right links">
7171
<a href="{{ url('/login') }}">Login</a>
7272
<a href="{{ url('/register') }}">Register</a>

0 commit comments

Comments
 (0)