Update the views config file to match upstream laravel

This commit is contained in:
Kevin MacMartin 2017-09-26 13:09:16 -04:00
parent f05cd50208
commit 65b2a89475

View file

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