[WIP] Finish the order process

This commit is contained in:
Ludovic CANDELLIER
2022-08-18 18:20:44 +02:00
parent 01f56204b7
commit 1880b25407
28 changed files with 375 additions and 245 deletions

View File

@@ -8,7 +8,7 @@ class OrderPayment extends Model
{
protected $guarded = ['id'];
public function Order()
public function order()
{
return $this->belongsTo(Order::class);
}