some stan
This commit is contained in:
@@ -46,7 +46,7 @@ class OnlinePaymentRepository
|
||||
/**
|
||||
* Online payment
|
||||
*/
|
||||
protected ?OnlinePayment $onlinePayment;
|
||||
protected OnlinePayment $onlinePayment;
|
||||
|
||||
/**
|
||||
* If payment is successful
|
||||
@@ -117,7 +117,7 @@ class OnlinePaymentRepository
|
||||
/**
|
||||
* Online payment
|
||||
*/
|
||||
public function onlinePayment(): ?OnlinePayment
|
||||
public function onlinePayment(): OnlinePayment
|
||||
{
|
||||
return $this->onlinePayment;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user