mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Code clean up.
This commit is contained in:
@@ -23,7 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\TransactionRules\Triggers;
|
||||
|
||||
|
||||
use FireflyIII\Models\TransactionJournal;
|
||||
use Log;
|
||||
|
||||
@@ -68,7 +67,10 @@ class HasAttachment extends AbstractTrigger implements TriggerInterface
|
||||
if ($attachments >= $minimum) {
|
||||
Log::debug(
|
||||
sprintf(
|
||||
'RuleTrigger HasAttachment for journal #%d: count is %d, is more than or equal to %d, return true.', $journal->id, $attachments, $minimum
|
||||
'RuleTrigger HasAttachment for journal #%d: count is %d, is more than or equal to %d, return true.',
|
||||
$journal->id,
|
||||
$attachments,
|
||||
$minimum
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user