瀏覽代碼

Refactor service

feature/export_comptable
Fab 4 年之前
父節點
當前提交
0b52918c21
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      ShopBundle/Services/UtilsManager.php

+ 3
- 3
ShopBundle/Services/UtilsManager.php 查看文件

@@ -48,7 +48,7 @@ class UtilsManager
return $this->utils ;
}

public function getUserUtils(): UserUtilsInterface
public function getUserUtils(): UserUtils
{
return $this->userUtils ;
}
@@ -78,12 +78,12 @@ class UtilsManager
return $this->deliveryUtils ;
}

public function getCreditUtils(): CreditUtilsInterface
public function getCreditUtils(): CreditUtils
{
return $this->creditUtils ;
}

public function getDocumentUtils(): DocumentUtilsInterface
public function getDocumentUtils(): DocumentUtils
{
return $this->documentUtils ;
}

Loading…
取消
儲存