mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Replace phpstan suggestions
This commit is contained in:
@@ -111,7 +111,7 @@ class AppendBudgetLimitPeriods extends Command
|
||||
$limit->end_date->format('Y-m-d')
|
||||
);
|
||||
$this->warn($message);
|
||||
Log::warning($message);
|
||||
app('log')->warning($message);
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user