mirror of
https://github.com/Karaka-Management/oms-QualityControl.git
synced 2026-02-12 11:38:41 +00:00
fix tests
This commit is contained in:
parent
55c89dd4e2
commit
94dab6b987
27
Controller/ApiController.php
Normal file
27
Controller/ApiController.php
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Jingga
|
||||||
|
*
|
||||||
|
* PHP Version 8.1
|
||||||
|
*
|
||||||
|
* @package Modules\QualityControl
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 2.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://jingga.app
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace Modules\QualityControl\Controller;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* QualityControl api controller class.
|
||||||
|
*
|
||||||
|
* @package Modules\QualityControl
|
||||||
|
* @license OMS License 2.0
|
||||||
|
* @link https://jingga.app
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
final class ApiController extends Controller
|
||||||
|
{
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user