fix(config-view): use acorn helper functions

This commit is contained in:
QWp6t
2021-02-28 20:44:05 -08:00
committed by GitHub
parent 8d5df52eb7
commit 749d9d4798

View File

@@ -1,5 +1,8 @@
<?php <?php
use function Roots\resource_path;
use function Roots\storage_path;
return [ return [
/* /*
@@ -15,6 +18,7 @@ return [
'paths' => [ 'paths' => [
get_theme_file_path('/resources/views'), get_theme_file_path('/resources/views'),
get_parent_theme_file_path('/resources/views'), get_parent_theme_file_path('/resources/views'),
resource_path('views'),
], ],
/* /*
@@ -28,7 +32,7 @@ return [
| |
*/ */
'compiled' => get_theme_file_path('/storage/framework/views'), 'compiled' => storage_path('framework/views'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------