Skip to content

Commit 86b0ac0

Browse files
committed
Merge pull request laravel#1064 from jwpage/bug/fix_index_path
Update path to index view file.
2 parents bc34498 + 93f5785 commit 86b0ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/views/home/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<p>And the view sitting before you can be found at:</p>
3131

32-
<pre>{{ path('app') }}views/home/index.php</pre>
32+
<pre>{{ path('app') }}views/home/index.blade.php</pre>
3333

3434
<h2>Grow in knowledge.</h2>
3535

0 commit comments

Comments
 (0)