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

+ 3 - 0
app/Models/ArticleCollection.php

@@ -8,4 +8,7 @@ use Illuminate\Database\Eloquent\Model;
 class ArticleCollection extends Model
 {
     use HasFactory;
+    protected $casts = [
+        'id' => 'string'
+    ];
 }