[WIP] Finish the order process
This commit is contained in:
@@ -8,7 +8,7 @@ class OrderPayment extends Model
|
||||
{
|
||||
protected $guarded = ['id'];
|
||||
|
||||
public function Order()
|
||||
public function order()
|
||||
{
|
||||
return $this->belongsTo(Order::class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user