fix tests

This commit is contained in:
Dennis Eichhorn 2024-03-17 21:35:01 +00:00
parent c65fad55bc
commit ebe71326f8

View File

@ -0,0 +1,27 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\ResearchDevelopment
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace Modules\ResearchDevelopment\Controller;
/**
* ResearchDevelopment api controller class.
*
* @package Modules\ResearchDevelopment
* @license OMS License 2.0
* @link https://jingga.app
* @since 1.0.0
*/
final class ApiController extends Controller
{
}