fix: 🐛 Missing primary key on payments table

This commit is contained in:
IceToast 2023-02-02 23:20:19 +01:00
parent 62358aec4e
commit 9d383600bc
No known key found for this signature in database
GPG key ID: 1464353E063A5B97

View file

@ -13,6 +13,7 @@ class Payment extends Model
use HasFactory;
public $incrementing = false;
protected $primaryKey = 'id';
/**
* @var string[]