manufacturer-information/IntelliSenseHelper.php

24 regels
618 B
PHP

2024-10-27 12:02:05 +01:00
<?php
/**
2024-11-19 10:50:33 +01:00
* Copyright (c) D3 Data Development (Inh. Thomas Dartsch)
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* https://www.d3data.de
2024-10-27 12:02:05 +01:00
*
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
2024-11-19 10:50:33 +01:00
* @author D3 Data Development - Max Buhe, Daniel Seifert <info@shopmodule.com>
* @link https://www.oxidmodule.com
2024-10-27 12:02:05 +01:00
*/
namespace D3\ManufacturerInformation\Modules\Application\Model{
2024-11-19 10:50:33 +01:00
2024-11-19 09:54:00 +01:00
use OxidEsales\Eshop\Application\Model\Manufacturer;
2024-11-19 10:50:33 +01:00
class D3ManufacturerLongDesc_parent extends Manufacturer
{
}
}