Merge pull request #4165 from zlatevbg/use-consistent-config-paths
[5.4] Use consistent config paths
This commit is contained in:
commit
d0a6dbf1a2
|
@ -14,7 +14,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'paths' => [
|
'paths' => [
|
||||||
realpath(base_path('resources/views')),
|
resource_path('views'),
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue