visuddhinanda 2 anni fa
parent
commit
a1d4a43ad7
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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'
+	];
 }