oms-Support/Admin/Install/Application/Shop/ShopView.php
2024-03-20 07:21:25 +00:00

34 lines
528 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Web\{APPNAME}
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace Web\{APPNAME};
use Modules\Organization\Models\Unit;
use Modules\Profile\Models\Profile;
use phpOMS\Uri\UriFactory;
use phpOMS\Views\View;
/**
* List view.
*
* @package Web\{APPNAME}
* @license OMS License 2.0
* @link https://jingga.app
* @since 1.0.0
*/
class ShopView extends View
{
}