mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Various bugfixes and code clean up.
This commit is contained in:
		| @@ -63,6 +63,7 @@ class Import extends Command | ||||
|     { | ||||
|         Log::debug('Start start-import command'); | ||||
|         $jobKey = (string)$this->argument('key'); | ||||
|         /** @var ImportJob $job */ | ||||
|         $job    = ImportJob::where('key', $jobKey)->first(); | ||||
|         if (null === $job) { | ||||
|             $this->errorLine(sprintf('No job found with key "%s"', $jobKey)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user