mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Reinstated limit repetitions call #508 [skip ci]
This commit is contained in:
@@ -67,6 +67,15 @@ class BudgetLimit extends Model
|
|||||||
return $this->belongsTo('FireflyIII\Models\Budget');
|
return $this->belongsTo('FireflyIII\Models\Budget');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return \Illuminate\Database\Eloquent\Relations\HasMany
|
||||||
|
*/
|
||||||
|
public function limitrepetitions()
|
||||||
|
{
|
||||||
|
return $this->hasMany('FireflyIII\Models\LimitRepetition');
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $value
|
* @param $value
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user