oms-Dashboard/Models/NullDashboardComponent.php

29 lines
506 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 7.2
*
* @package Modules\Dashboard
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
namespace Modules\Dashboard\Models;
/**
* Null model
*
* @package Modules\Dashboard
* @license OMS License 1.0
* @link https://orange-management.org
* @since 1.0.0
*/
final class NullDashboardComponent extends DashboardComponent
{
}