mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
Remove unused reference to model.
This commit is contained in:
parent
a43dd4b2e8
commit
c2a129ddb0
@ -73,14 +73,6 @@ 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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user