mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
Ignore phpstan error [skip ci]
This commit is contained in:
@@ -71,7 +71,7 @@ abstract class Controller extends BaseController
|
|||||||
|
|
||||||
// overrule v2 layout back to v1.
|
// overrule v2 layout back to v1.
|
||||||
if ('true' === request()->get('force_default_layout') && 'v2' === config('firefly.layout')) {
|
if ('true' === request()->get('force_default_layout') && 'v2' === config('firefly.layout')) {
|
||||||
app('view')->getFinder()->setPaths([realpath(base_path('resources/views'))]);
|
app('view')->getFinder()->setPaths([realpath(base_path('resources/views'))]); // @phpstan-ignore-line
|
||||||
}
|
}
|
||||||
|
|
||||||
app('view')->share('authGuard', $authGuard);
|
app('view')->share('authGuard', $authGuard);
|
||||||
|
Reference in New Issue
Block a user