mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-05 05:33:36 +00:00
Each CSV converter can set the certainty of their conversion.
This commit is contained in:
@@ -40,6 +40,14 @@ class BasicConverter
|
||||
return $this->certainty;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $certainty
|
||||
*/
|
||||
protected function setCertainty(int $certainty)
|
||||
{
|
||||
$this->certainty = $certainty;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $config
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user