mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Replace phpstan suggestions
This commit is contained in:
@@ -66,7 +66,7 @@ trait RecurrenceValidation
|
||||
Log::debug(sprintf('Determined type to be %s.', $transactionType));
|
||||
}
|
||||
if (null === $first) {
|
||||
Log::warning('Just going to assume type is a withdrawal.');
|
||||
app('log')->warning('Just going to assume type is a withdrawal.');
|
||||
$transactionType = 'withdrawal';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user