aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/view.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/view.php')
-rw-r--r--config/view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/view.php b/config/view.php
index 2acfd9c..e193ab6 100644
--- a/config/view.php
+++ b/config/view.php
@@ -14,7 +14,7 @@ return [
*/
'paths' => [
- resource_path('views'),
+ realpath(base_path('resources/views')),
],
/*