mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +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