mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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:
parent
df5b2afc06
commit
9277b771e0
@ -13,9 +13,10 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'paths' => [
|
||||
realpath(base_path('resources/views'))
|
||||
],
|
||||
// Default Laravel Blade template location
|
||||
// 'paths' => [
|
||||
// realpath(base_path('resources/views'))
|
||||
// ],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user