mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add debug information to import routine.
This commit is contained in:
@@ -113,6 +113,7 @@ class Initial implements ConfigurationInterface
|
||||
|
||||
// process config, if present:
|
||||
if (isset($data['configuration_file'])) {
|
||||
Log::debug('Will also upload configuration.');
|
||||
$this->repository->processConfiguration($this->job, $data['configuration_file']);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user