Closes #519 - Allow supplying of timestamps to metric points.

This commit is contained in:
James Brooks
2015-06-15 12:57:12 +01:00
parent 1650093861
commit 5c6bcae02d
3 changed files with 33 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ class MetricPoint extends Model implements HasPresenter
*
* @var string[]
*/
protected $fillable = ['metric_id', 'value'];
protected $fillable = ['metric_id', 'value', 'created_at'];
/**
* The validation rules.