@@ -8,4 +8,5 @@ class Server extends Model
{
protected $table = 'v2_server';
protected $dateFormat = 'U';
+ protected $guarded = ['id'];
}