We don't need to eager load metric points. Closes #1089

This commit is contained in:
James Brooks
2015-11-01 18:48:25 +00:00
parent b4977e7ada
commit 809c17e7e6

View File

@@ -78,13 +78,6 @@ class Metric extends Model implements HasPresenter
'places' => 'numeric|min:0|max:4',
];
/**
* The relations to eager load on every query.
*
* @var string[]
*/
protected $with = ['points'];
/**
* Metrics contain many metric points.
*