Browse Source

Merge pull request #4165 from zlatevbg/use-consistent-config-paths

[5.4] Use consistent config paths
Taylor Otwell 7 years ago
parent
commit
d0a6dbf1a2
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'),
     ],
 
     /*