This commit is contained in:
兔姬桑
2020-10-03 02:22:18 +08:00
parent adeaca2612
commit d33670740b

View File

@@ -10,4 +10,5 @@ use Illuminate\Database\Eloquent\Model;
class NodeCertificate extends Model
{
protected $table = 'node_certificate';
protected $guarded = ['id'];
}