소스 검색

fix(lakala): Creation of dynamic property SixShop\Lakala\Service\NotifyService::$notifyApi is deprecated

runphp 4 달 전
부모
커밋
25d608cad7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Service/NotifyService.php

+ 1 - 0
src/Service/NotifyService.php

@@ -14,6 +14,7 @@ use function SixShop\Core\throw_logic_exception;
 
 class NotifyService
 {
+    private LakalaNotifyApi $notifyApi;
     public function __construct(private Config $config, private PaymentProvider $paymentProvider)
     {
         $this->notifyApi = new LakalaNotifyApi($this->config->getV3Config());