mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fixed a ORM thing.
This commit is contained in:
@@ -26,7 +26,7 @@ class Budget extends Component
|
||||
|
||||
public function limitrepetitions()
|
||||
{
|
||||
return $this->hasManyThrough('LimitRepetition', 'Limit');
|
||||
return $this->hasManyThrough('LimitRepetition', 'Limit','component_id');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user