mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-26 08:51:12 -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
|
interface TriggerInterface
|
||||||
{
|
{
|
||||||
/**
|
// /**
|
||||||
* TriggerInterface constructor.
|
// * TriggerInterface constructor.
|
||||||
*
|
// *
|
||||||
* @param RuleTrigger $trigger
|
// * @param RuleTrigger $trigger
|
||||||
*/
|
// */
|
||||||
public function __construct(RuleTrigger $trigger);
|
// public function __construct(RuleTrigger $trigger);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A trigger is said to "match anything", or match any given transaction,
|
* A trigger is said to "match anything", or match any given transaction,
|
||||||
|
Loading…
Reference in New Issue
Block a user