mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Fix #9784
This commit is contained in:
@@ -111,6 +111,10 @@ class TransactionJournal extends Model
|
||||
{
|
||||
return $this->belongsTo(User::class);
|
||||
}
|
||||
public function userGroup(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(UserGroup::class);
|
||||
}
|
||||
|
||||
public function attachments(): MorphMany
|
||||
{
|
||||
|
Reference in New Issue
Block a user