Fix poller enabling graphs for display (#11743)

This commit is contained in:
Tony Murray
2020-05-30 17:42:50 -05:00
committed by GitHub
parent 67cb7b4dc3
commit fa12c4ca2f
5 changed files with 31 additions and 45 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
namespace App\Models;
class DeviceGraph extends DeviceRelatedModel
{
public $timestamps = false;
protected $fillable = ['graph'];
}