Browse Source

Use consistent config paths

Dimitar Zlatev 7 years ago
parent
commit
63dc985f2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/view.php

+ 1 - 1
config/view.php

@@ -14,7 +14,7 @@ return [
     */
 
     'paths' => [
-        realpath(base_path('resources/views')),
+        resource_path('views'),
     ],
 
     /*