mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-01-11 15:48:42 +00:00
september update 1
This commit is contained in:
parent
f3319a0c99
commit
3d572c5f44
|
|
@ -1,5 +1,6 @@
|
|||
[
|
||||
{
|
||||
"type": "Application",
|
||||
"src": "Modules/QA/Admin/Install/Application/QA",
|
||||
"dest": "Web/QA",
|
||||
"name": "QA"
|
||||
|
|
|
|||
|
|
@ -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\QA\Controller\ApiController;
|
||||
use Modules\QA\Models\PermissionState;
|
||||
|
|
|
|||
|
|
@ -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\QA\Controller\BackendController;
|
||||
use Modules\QA\Models\PermissionState;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user