Skip to content

Commit d0a6dbf

Browse files
authored
Merge pull request laravel#4165 from zlatevbg/use-consistent-config-paths
[5.4] Use consistent config paths
2 parents 9ce2f8e + 63dc985 commit d0a6dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/view.php

Lines changed: 1 addition & 1 deletion
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)