mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Some generic code refactoring.
This commit is contained in:
		| @@ -93,7 +93,7 @@ class LineReader | ||||
|         $names          = array_keys($specifics); | ||||
|         $toApply        = []; | ||||
|         foreach ($names as $name) { | ||||
|             if (!\in_array($name, $validSpecifics, true)) { | ||||
|             if (!in_array($name, $validSpecifics, true)) { | ||||
|                 continue; | ||||
|             } | ||||
|             $class     = config(sprintf('csv.import_specifics.%s', $name)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user