mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Fix logout for #3184
This commit is contained in:
@@ -48,6 +48,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'compiled' => realpath(storage_path('framework/views/v1')),
|
||||
'compiled' => realpath(storage_path(sprintf('framework/views/%s', env('FIREFLY_III_LAYOUT', 'v1')))),
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user