diff --git a/app/Models/Payment.php b/app/Models/Payment.php index 04c32831..79352327 100644 --- a/app/Models/Payment.php +++ b/app/Models/Payment.php @@ -13,6 +13,7 @@ class Payment extends Model use HasFactory; public $incrementing = false; + protected $primaryKey = 'id'; /** * @var string[]