root %!s(int64=5) %!d(string=hai) anos
pai
achega
7280459f17
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'];
 }