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