Skip to content

Commit 63dc985

Browse files
committed
Use consistent config paths
1 parent 9ce2f8e commit 63dc985

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)