mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix all tests after large composer update.
This commit is contained in:
@@ -76,7 +76,7 @@ class TransactionJournalLink extends Model
|
||||
public function getCommentAttribute($value): ?string
|
||||
{
|
||||
if (null !== $value) {
|
||||
return Crypt::decrypt($value);
|
||||
return app('steam')->tryDecrypt($value);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user