mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-26 00:41:34 -06:00
Prep for private constructor.
This commit is contained in:
parent
1e799402ee
commit
05b7a610ef
@ -20,12 +20,12 @@ use FireflyIII\Models\TransactionJournal;
|
||||
*/
|
||||
interface TriggerInterface
|
||||
{
|
||||
/**
|
||||
* TriggerInterface constructor.
|
||||
*
|
||||
* @param RuleTrigger $trigger
|
||||
*/
|
||||
public function __construct(RuleTrigger $trigger);
|
||||
// /**
|
||||
// * TriggerInterface constructor.
|
||||
// *
|
||||
// * @param RuleTrigger $trigger
|
||||
// */
|
||||
// public function __construct(RuleTrigger $trigger);
|
||||
|
||||
/**
|
||||
* A trigger is said to "match anything", or match any given transaction,
|
||||
|
Loading…
Reference in New Issue
Block a user