some stan
This commit is contained in:
@@ -38,7 +38,7 @@ class VisaMasterPaymentOrderItem extends Model
|
||||
/**
|
||||
* Parent order
|
||||
*
|
||||
* @return BelongsTo<VisaMasterPaymentOrder, self>
|
||||
* @return BelongsTo<VisaMasterPaymentOrder, $this>
|
||||
*/
|
||||
public function parent(): BelongsTo
|
||||
{
|
||||
@@ -48,7 +48,7 @@ class VisaMasterPaymentOrderItem extends Model
|
||||
/**
|
||||
* Online payment
|
||||
*
|
||||
* @return BelongsTo<OnlinePayment, self>
|
||||
* @return BelongsTo<OnlinePayment, $this>
|
||||
*/
|
||||
public function onlinePayment(): BelongsTo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user