root 5 years ago
parent
commit
7280459f17
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Models/Server.php

+ 1 - 0
app/Models/Server.php

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