codestyle2

This commit is contained in:
ellynoize 2025-03-21 09:34:48 +03:00
parent 15e99df509
commit d57826d2a7

View file

@ -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);
}
}
}