Răsfoiți Sursa

'id' => 'string'

visuddhinanda 2 ani în urmă
părinte
comite
a1d4a43ad7
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      app/Models/SentHistory.php

+ 3 - 0
app/Models/SentHistory.php

@@ -9,4 +9,7 @@ class SentHistory extends Model
 {
     use HasFactory;
     const UPDATED_AT = null;
+    protected $casts = [
+		'id' => 'string'
+	];
 }