This commit is contained in:
Luke Towers 2018-03-27 13:23:03 -06:00 committed by GitHub
parent 9277b771e0
commit b5009fde11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

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