mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Removed all constructors from all triggers.
This commit is contained in:
@@ -10,7 +10,6 @@ declare(strict_types = 1);
|
||||
|
||||
namespace FireflyIII\Rules\Triggers;
|
||||
|
||||
use FireflyIII\Models\RuleTrigger;
|
||||
use FireflyIII\Models\TransactionJournal;
|
||||
|
||||
/**
|
||||
@@ -20,12 +19,6 @@ use FireflyIII\Models\TransactionJournal;
|
||||
*/
|
||||
interface TriggerInterface
|
||||
{
|
||||
// /**
|
||||
// * TriggerInterface constructor.
|
||||
// *
|
||||
// * @param RuleTrigger $trigger
|
||||
// */
|
||||
// public function __construct(RuleTrigger $trigger);
|
||||
|
||||
/**
|
||||
* A trigger is said to "match anything", or match any given transaction,
|
||||
|
Reference in New Issue
Block a user