Fix docblock

This commit is contained in:
James Brooks 2015-08-01 20:41:57 +01:00
parent b6de8bf258
commit 971a422258

View File

@ -62,7 +62,7 @@ class Metric extends Model implements HasPresenter
/**
* The relations to eager load on every query.
*
* @var array
* @var string[]
*/
protected $with = ['points'];