diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 717aeb8..da023d2 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -60,6 +60,7 @@ final class ApiController extends Controller string $ip = null ) : void { + /** @var \Modules\ClientManagement\Models\Client|\Modules\SupplierManagement\Models\Supplier $new */ $stock = new Stock($new->number); $stock->type = 1; StockMapper::create()->execute($stock);