Removed default Laravel config value that doesn't apply

Fixes #3473, Fixes #3459. Credit to @vevers for reporting and suggesting fix.
This commit is contained in:
Luke Towers 2018-03-27 11:24:17 -06:00 committed by GitHub
parent df5b2afc06
commit 9277b771e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,10 @@ return [
|
*/
'paths' => [
realpath(base_path('resources/views'))
],
// Default Laravel Blade template location
// 'paths' => [
// realpath(base_path('resources/views'))
// ],
/*
|--------------------------------------------------------------------------