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

[5.4] Use consistent config paths
This commit is contained in:
Taylor Otwell 2017-03-05 10:33:18 -06:00 committed by GitHub
commit d0a6dbf1a2
1 changed files with 1 additions and 1 deletions

View File

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