september update 1

This commit is contained in:
Dennis Eichhorn 2021-09-19 19:50:14 +02:00
parent 8f9084b807
commit 035b10a2d4
2 changed files with 26 additions and 2 deletions

View File

@ -1,4 +1,16 @@
<?php declare(strict_types=1);
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
use Modules\Helper\Controller\ApiController;
use Modules\Helper\Models\PermissionState;

View File

@ -1,4 +1,16 @@
<?php declare(strict_types=1);
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
use Modules\Helper\Controller\BackendController;
use Modules\Helper\Models\PermissionState;