Skip to content

Commit 083db95

Browse files
committed
Views.
1 parent caa166f commit 083db95

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

config/view.php

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

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

2020
/*
@@ -28,6 +28,6 @@
2828
|
2929
*/
3030

31-
'compiled' => realpath(storage_path().'/framework/templates'),
31+
'compiled' => realpath(storage_path().'/framework/views'),
3232

3333
];
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)