sortedMenus/IntelliSenseHelper.php

21 lines
567 B
PHP
Raw Permalink Normal View History

2021-12-11 13:38:16 +01:00
<?php
2021-12-12 00:01:57 +01:00
/**
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* https://www.d3data.de
*
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
* @link https://www.oxidmodule.com
*/
declare(strict_types=1);
2021-12-11 13:38:16 +01:00
namespace D3\SortedMenus\Modules\Controller\Admin {
use OxidEsales\Eshop\Application\Controller\Admin\NavigationTree;
class NavigationTreeSortedMenus_parent extends NavigationTree{}
}