mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-03 12:47:17 -06:00
Updated hasManyThrough
This commit is contained in:
parent
5a920d5efd
commit
98993cfa9b
@ -92,7 +92,7 @@ class Account extends Ardent
|
|||||||
*/
|
*/
|
||||||
public function transactionjournals()
|
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