mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Updated hasManyThrough
This commit is contained in:
@@ -92,7 +92,7 @@ class Account extends Ardent
|
||||
*/
|
||||
public function transactionjournals()
|
||||
{
|
||||
return $this->hasManyThrough('TransactionJournal', 'Transaction');
|
||||
return $this->hasManyThrough('TransactionJournal', 'Transaction','transaction_journal_id','id');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user