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

View File

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