mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
References
This commit is contained in:
@@ -5,6 +5,14 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class BudgetLimit extends Model
|
||||
{
|
||||
|
||||
//
|
||||
public function budget()
|
||||
{
|
||||
return $this->belongsTo('Budget');
|
||||
}
|
||||
|
||||
public function limitrepetitions()
|
||||
{
|
||||
return $this->hasMany('LimitRepetition');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user