Skip to content

Commit 29133f0

Browse files
committed
Use consistent config paths
1 parent 2c40f80 commit 29133f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)