mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Some updates.
This commit is contained in:
@@ -7,7 +7,7 @@ class LimitRepetition extends Model
|
||||
|
||||
public function budgetLimit()
|
||||
{
|
||||
return $this->belongsTo('BudgetLimit');
|
||||
return $this->belongsTo('FireflyIII\Models\BudgetLimit');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user