Implement budget limit API tests

This commit is contained in:
James Cole
2018-07-01 21:02:39 +02:00
parent 7dc72f98bf
commit d97fdc3393
4 changed files with 346 additions and 2 deletions

View File

@@ -51,8 +51,8 @@ class BudgetLimit extends Model
'updated_at' => 'datetime',
'start_date' => 'date',
'end_date' => 'date',
'repeats' => 'boolean',
];
protected $fillable = ['budget_id', 'start_date', 'end_date', 'amount'];
/**
* @param string $value