mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixed a ORM thing.
This commit is contained in:
parent
d5bffc8ed7
commit
ad53832766
@ -26,7 +26,7 @@ class Budget extends Component
|
||||
|
||||
public function limitrepetitions()
|
||||
{
|
||||
return $this->hasManyThrough('LimitRepetition', 'Limit');
|
||||
return $this->hasManyThrough('LimitRepetition', 'Limit','component_id');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user