Skip to content

Commit a19cb0f

Browse files
author
Jane Doe
authored
Merge pull request laravel#4165 from zlatevbg/use-consistent-config-paths
[5.4] Use consistent config paths
2 parents 2c40f80 + 29133f0 commit a19cb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/view.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
'paths' => [
17-
realpath(base_path('resources/views')),
17+
resource_path('views'),
1818
],
1919

2020
/*

0 commit comments

Comments
 (0)