mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Replace log.
This commit is contained in:
@@ -27,6 +27,7 @@ namespace FireflyIII\Events\Model\Rule;
|
||||
use FireflyIII\Models\RuleAction;
|
||||
use FireflyIII\Models\TransactionJournal;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
/**
|
||||
* Class RuleActionFailedOnObject
|
||||
@@ -37,6 +38,6 @@ class RuleActionFailedOnObject
|
||||
|
||||
public function __construct(public RuleAction $ruleAction, public TransactionJournal $journal, public string $error)
|
||||
{
|
||||
app('log')->debug('Created new RuleActionFailedOnObject');
|
||||
Log::debug('Created new RuleActionFailedOnObject');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user