mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
More logging [skip ci]
This commit is contained in:
@@ -109,6 +109,7 @@ class Wizard implements WizardInterface
|
|||||||
{
|
{
|
||||||
foreach ($fields as $field) {
|
foreach ($fields as $field) {
|
||||||
if (!Session::has($field)) {
|
if (!Session::has($field)) {
|
||||||
|
Log::error('Session is missing field: ' . $field);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user