mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-31 19:27:51 -06:00
Updated hasManyThrough
This commit is contained in:
parent
5a920d5efd
commit
98993cfa9b
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user