mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
More PHP8.4 updates
This commit is contained in:
@@ -152,7 +152,7 @@ class CreateController extends Controller
|
||||
];
|
||||
|
||||
// fill prefilled with journal info
|
||||
$type = strtolower($journal->transactionType->type);
|
||||
$type = strtolower((string) $journal->transactionType->type);
|
||||
|
||||
/** @var Transaction $source */
|
||||
$source = $journal->transactions()->where('amount', '<', 0)->first();
|
||||
|
Reference in New Issue
Block a user