Fix all tests after large composer update.

This commit is contained in:
James Cole
2017-12-23 20:46:52 +01:00
parent 59ea4a0364
commit 93c463c349
115 changed files with 361 additions and 228 deletions

View File

@@ -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;