Some updates.

This commit is contained in:
James Cole
2015-02-06 05:35:00 +01:00
parent 804a97cad7
commit bc16298b6e
21 changed files with 54 additions and 53 deletions

View File

@@ -7,7 +7,7 @@ class LimitRepetition extends Model
public function budgetLimit()
{
return $this->belongsTo('BudgetLimit');
return $this->belongsTo('FireflyIII\Models\BudgetLimit');
}
}