mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Move all layout files to a "v1" directory.
This commit is contained in:
@@ -36,7 +36,7 @@ return [
|
||||
*/
|
||||
|
||||
'paths' => [
|
||||
realpath(base_path('resources/views')),
|
||||
realpath(base_path('resources/views/v1')),
|
||||
],
|
||||
|
||||
/*
|
||||
@@ -50,6 +50,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'compiled' => realpath(storage_path('framework/views')),
|
||||
'compiled' => realpath(storage_path('framework/views/v1')),
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user