some stan

This commit is contained in:
2025-11-15 21:32:03 +05:00
parent c24f7cbac6
commit c94ac5d12d
8 changed files with 28 additions and 29 deletions

View File

@@ -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
{