mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Removed constructor.
This commit is contained in:
@@ -29,16 +29,6 @@ class TransactionMatcher
|
||||
/** @var array List of triggers to match */
|
||||
protected $triggers = [];
|
||||
|
||||
/**
|
||||
* Default constructor
|
||||
*
|
||||
* @param $triggers
|
||||
*/
|
||||
public function __construct($triggers)
|
||||
{
|
||||
$this->setTriggers($triggers);
|
||||
}
|
||||
|
||||
/**
|
||||
* Find matching transactions for the current set of triggers
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user