mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Simply log presence.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
namespace FireflyIII\Handlers\Events;
|
||||
use FireflyIII\Events\TransactionJournalUpdated;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
* Class FireRulesForUpdate
|
||||
@@ -35,6 +36,7 @@ class FireRulesForUpdate
|
||||
*/
|
||||
public function handle(TransactionJournalUpdated $event)
|
||||
{
|
||||
Log::debug('Fire rules for update!');
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user