traffic fix

drag preview styling
This commit is contained in:
Peter Papp
2020-11-29 09:39:26 +01:00
parent e86ea3e5c4
commit 1981f39f9e
5 changed files with 16 additions and 13 deletions
-2
View File
@@ -7,6 +7,4 @@ use Illuminate\Database\Eloquent\Model;
class Traffic extends Model
{
protected $fillable = ['user_id', 'upload', 'download'];
protected $primaryKey = null;
}