From bf30cf85dcf0ee6e7d84e6d0287a492d6cd99426 Mon Sep 17 00:00:00 2001 From: MaxBuhe01 Date: Sat, 16 Nov 2024 17:43:44 +0100 Subject: [PATCH] [Added] intellisense connection --- IntelliSenseHelper.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IntelliSenseHelper.php b/IntelliSenseHelper.php index 8e530b4..3851bfd 100644 --- a/IntelliSenseHelper.php +++ b/IntelliSenseHelper.php @@ -16,6 +16,9 @@ namespace D3\ManufacturerInformation\Modules\Application\Model{ use OxidEsales\Eshop\Application\Model\Manufacturer; + use OxidEsales\Eshop\Application\Model\ManufacturerList; class D3ManufacturerLongDesc_parent extends Manufacturer {} + + class ManufacturerInfoList_parent extends ManufacturerList {} } \ No newline at end of file