Add properties for MetricPoint
This commit is contained in:
@@ -4,6 +4,11 @@ namespace CachetHQ\Cachet\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
* @property int $id
|
||||
* @property int $metric_id
|
||||
* @property int $value
|
||||
*/
|
||||
class MetricPoint extends Model
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user