mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-05 14:23:37 +03:00
codestyle2
This commit is contained in:
parent
15e99df509
commit
d57826d2a7
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ namespace retailcrm\service;
|
|||
|
||||
class InventoryManager
|
||||
{
|
||||
private $api;
|
||||
private $api;
|
||||
|
||||
public function __construct(\RetailcrmProxy $api) {
|
||||
$this->api = $api;
|
||||
|
@ -13,4 +13,4 @@ class InventoryManager
|
|||
public function storeInventoriesUpload($pack) {
|
||||
return $this->api->storeInventoriesUpload($pack);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue