فهرست منبع

add primaryKey

visuddhinanda 2 سال پیش
والد
کامیت
3c336c6004
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      app/Models/SentPr.php

+ 2 - 0
app/Models/SentPr.php

@@ -11,4 +11,6 @@ class SentPr extends Model
 	protected $casts = [
 	protected $casts = [
 		'id' => 'string'
 		'id' => 'string'
 	];
 	];
+    protected $primaryKey = 'id';
+
 }
 }