mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Code cleanup
This commit is contained in:
@@ -113,7 +113,7 @@ class TransactionJournalLink extends Model
|
||||
*/
|
||||
public function setCommentAttribute($value): void
|
||||
{
|
||||
if (null !== $value && strlen($value) > 0) {
|
||||
if (null !== $value && \strlen($value) > 0) {
|
||||
$this->attributes['comment'] = Crypt::encrypt($value);
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user