2
0
visuddhinanda 3 жил өмнө
parent
commit
a1d4a43ad7

+ 3 - 0
app/Models/SentHistory.php

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