registration fixes

This commit is contained in:
Dennis Eichhorn 2023-03-24 16:20:24 +01:00
parent e8fc0cb8db
commit 81093300fb
31 changed files with 73 additions and 69 deletions

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "OnlineResourceWatcher", "name": "OnlineResourceWatcher",
"uri": "{/lang}/{/app}/orw/resource/list?u={?u}", "uri": "{/base}/orw/resource/list?u={?u}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 40, "order": 40,
@ -19,7 +19,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Resources", "name": "Resources",
"uri": "{/lang}/{/app}/orw/resource/list?u={?u}", "uri": "{/base}/orw/resource/list?u={?u}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Admin\Install * @package Modules\OnlineResourceWatcher\Admin\Install
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -20,7 +20,7 @@ use phpOMS\Application\ApplicationAbstract;
* Navigation class. * Navigation class.
* *
* @package Modules\OnlineResourceWatcher\Admin\Install * @package Modules\OnlineResourceWatcher\Admin\Install
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Admin\Install * @package Modules\OnlineResourceWatcher\Admin\Install
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -20,7 +20,7 @@ use phpOMS\Application\ApplicationAbstract;
* Workflow class. * Workflow class.
* *
* @package Modules\OnlineResourceWatcher\Admin\Install * @package Modules\OnlineResourceWatcher\Admin\Install
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Admin * @package Modules\OnlineResourceWatcher\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -23,7 +23,7 @@ use phpOMS\Module\ModuleInfo;
* Installer class. * Installer class.
* *
* @package Modules\OnlineResourceWatcher\Admin * @package Modules\OnlineResourceWatcher\Admin
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules * @package Modules
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules * @package Modules
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules * @package Modules
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Admin * @package Modules\OnlineResourceWatcher\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -20,7 +20,7 @@ use phpOMS\Module\StatusAbstract;
* Status class. * Status class.
* *
* @package Modules\OnlineResourceWatcher\Admin * @package Modules\OnlineResourceWatcher\Admin
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Admin * @package Modules\OnlineResourceWatcher\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -20,7 +20,7 @@ use phpOMS\Module\UninstallerAbstract;
* Uninstaller class. * Uninstaller class.
* *
* @package Modules\OnlineResourceWatcher\Admin * @package Modules\OnlineResourceWatcher\Admin
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Admin * @package Modules\OnlineResourceWatcher\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -20,7 +20,7 @@ use phpOMS\Module\UpdaterAbstract;
* Updater class. * Updater class.
* *
* @package Modules\OnlineResourceWatcher\Admin * @package Modules\OnlineResourceWatcher\Admin
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher * @package Modules\OnlineResourceWatcher
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -36,7 +36,7 @@ use phpOMS\Utils\StringUtils;
* OnlineResourceWatcher controller class. * OnlineResourceWatcher controller class.
* *
* @package Modules\OnlineResourceWatcher * @package Modules\OnlineResourceWatcher
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
@ -70,17 +70,21 @@ final class ApiController extends Controller
$path = 'Modules/OnlineResourceWatcher/Files/' . $resource->path . '/' . $resource->lastVersionPath . '/index.html'; $path = 'Modules/OnlineResourceWatcher/Files/' . $resource->path . '/' . $resource->lastVersionPath . '/index.html';
} else { } else {
$files = \scandir($basePath); $files = \scandir($basePath);
foreach ($files as $file) { $path = '';
if ($file === '.' || $files === '..') {
continue;
}
$path = 'Modules/OnlineResourceWatcher/Files/' . $resource->path . '/' . $resource->lastVersionPath . '/' . $file; if ($files !== false) {
foreach ($files as $file) {
if ($file === '.' || $files === '..') {
continue;
}
$path = 'Modules/OnlineResourceWatcher/Files/' . $resource->path . '/' . $resource->lastVersionPath . '/' . $file;
}
} }
} }
} }
$internalRequest = new HttpRequest(); $internalRequest = new HttpRequest();
$internalRequest->header->account = $request->header->account; $internalRequest->header->account = $request->header->account;
$internalRequest->setData('path', $path); $internalRequest->setData('path', $path);
$this->app->moduleManager->get('Media')->apiMediaExport($internalRequest, $response, ['guard' => __DIR__ . '/../Files']); $this->app->moduleManager->get('Media')->apiMediaExport($internalRequest, $response, ['guard' => __DIR__ . '/../Files']);
@ -148,8 +152,8 @@ final class ApiController extends Controller
{ {
$resource = new Resource(); $resource = new Resource();
$resource->owner = new NullAccount($request->header->account); $resource->owner = new NullAccount($request->header->account);
$resource->title = (string) ($request->getData('title') ?? ''); $resource->title = $request->getDataString('title') ?? '';
$resource->uri = (string) ($request->getData('uri') ?? ''); $resource->uri = $request->getDataString('uri') ?? '';
$resource->owner = new NullAccount($request->header->account); $resource->owner = new NullAccount($request->header->account);
// @todo: check if user is part of organization below AND has free resources to add!!! // @todo: check if user is part of organization below AND has free resources to add!!!
@ -297,7 +301,7 @@ final class ApiController extends Controller
$resource->path = (string) $resource->getId(); $resource->path = (string) $resource->getId();
$resource->lastVersionPath = (string) $check['timestamp']; $resource->lastVersionPath = (string) $check['timestamp'];
$resource->lastVersionDate = $report->createdAt; $resource->lastVersionDate = $report->createdAt;
$resource->hash = $hash; $resource->hash = $hash == false ? '' : $hash;
$resource->checkedAt = $report->createdAt; $resource->checkedAt = $report->createdAt;
ResourceMapper::update()->execute($resource); ResourceMapper::update()->execute($resource);

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher * @package Modules\OnlineResourceWatcher
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -26,7 +26,7 @@ use Web\Backend\Views\TableView;
* OnlineResourceWatcher controller class. * OnlineResourceWatcher controller class.
* *
* @package Modules\OnlineResourceWatcher * @package Modules\OnlineResourceWatcher
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
@ -86,14 +86,14 @@ final class BackendController extends Controller
$mapper = ResourceMapper::getAll()->with('createdBy'); $mapper = ResourceMapper::getAll()->with('createdBy');
$list = ResourceMapper::find( $list = ResourceMapper::find(
search: $request->getData('search'), search: $request->getDataString('search'),
mapper: $mapper, mapper: $mapper,
id: (int) ($request->getData('id') ?? 0), id: $request->getDataInt('id') ?? 0,
secondaryId: (string) ($request->getData('subid') ?? ''), secondaryId: $request->getDataString('subid') ?? '',
type: $request->getData('pType'), type: $request->getDataString('pType'),
pageLimit: empty((int) ($request->getData('limit') ?? 0)) ? 100 : ((int) $request->getData('limit')), pageLimit: empty($request->getDataInt('limit') ?? 0) ? 100 : ((int) $request->getData('limit')),
sortBy: $request->getData('sort_by') ?? '', sortBy: $request->getDataString('sort_by') ?? '',
sortOrder: $request->getData('sort_order') ?? OrderType::DESC, sortOrder: $request->getDataString('sort_order') ?? OrderType::DESC,
searchFields: $searchField, searchFields: $searchField,
filters: $filterField filters: $filterField
); );

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher * @package Modules\OnlineResourceWatcher
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -20,7 +20,7 @@ use phpOMS\Module\ModuleAbstract;
* OnlineResourceWatcher controller class. * OnlineResourceWatcher controller class.
* *
* @package Modules\OnlineResourceWatcher * @package Modules\OnlineResourceWatcher
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -18,7 +18,7 @@ namespace Modules\OnlineResourceWatcher\Models;
* Null model * Null model
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum;
* Permision state enum. * Permision state enum.
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -21,7 +21,7 @@ use Modules\Admin\Models\NullAccount;
* Report class. * Report class.
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* Resource mapper class. * Resource mapper class.
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum;
* Event type enum. * Event type enum.
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -21,7 +21,7 @@ use Modules\Admin\Models\NullAccount;
* Resource class. * Resource class.
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* Resource mapper class. * Resource mapper class.
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum;
* Event type enum. * Event type enum.
* *
* @package Modules\OnlineResourceWatcher\Models * @package Modules\OnlineResourceWatcher\Models
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\Localization * @package Modules\Localization
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\Localization * @package Modules\Localization
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher * @package Modules\OnlineResourceWatcher
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher * @package Modules\OnlineResourceWatcher
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Web\Backend * @package Web\Backend
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -76,7 +76,7 @@ use phpOMS\Uri\UriFactory;
<td><?= $this->getHtml('User', '0', '0'); ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i> <td><?= $this->getHtml('User', '0', '0'); ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
<td><?= $this->getHtml('Email', '0', '0'); ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i> <td><?= $this->getHtml('Email', '0', '0'); ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
<tbody> <tbody>
<?php $c = 0; foreach ([] as $key => $value) : ++$c; $url = UriFactory::build('{/lang}/{/app}/admin/account/settings?{?}&id=' . $value->getId()); ?> <?php $c = 0; foreach ([] as $key => $value) : ++$c; $url = UriFactory::build('{/base}/admin/account/settings?{?}&id=' . $value->getId()); ?>
<tr data-href="<?= $url; ?>"> <tr data-href="<?= $url; ?>">
<td> <td>
<td> <td>

View File

@ -6,7 +6,7 @@
* *
* @package Modules\OnlineResourceWatcher * @package Modules\OnlineResourceWatcher
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -44,7 +44,7 @@ $next = $tableView->getNextLink(
<?= $tableView->renderTitle( <?= $tableView->renderTitle(
$this->getHtml('Resources') $this->getHtml('Resources')
); ?> ); ?>
<a class="button rf save" href="<?= UriFactory::build('{/lang}/{/app}/'); ?>orw/resources/create"><?= $this->getHtml('New', '0', '0'); ?></a> <a class="button rf save" href="<?= UriFactory::build('{/base}/'); ?>orw/resources/create"><?= $this->getHtml('New', '0', '0'); ?></a>
</div> </div>
<div class="slider"> <div class="slider">
<table id="<?= $tableView->id; ?>" class="default sticky"> <table id="<?= $tableView->id; ?>" class="default sticky">
@ -78,7 +78,7 @@ $next = $tableView->getNextLink(
<tbody> <tbody>
<?php $count = 0; <?php $count = 0;
foreach ($resources as $key => $resource) : ++$count; foreach ($resources as $key => $resource) : ++$count;
$url = UriFactory::build('{/lang}/{/app}/orw/resource?id=' . $resource->getId()); ?> $url = UriFactory::build('{/base}/orw/resource?id=' . $resource->getId()); ?>
<tr tabindex="0" data-href="<?= $url; ?>"> <tr tabindex="0" data-href="<?= $url; ?>">
<td><?= $resource->getId(); ?> <td><?= $resource->getId(); ?>
<td><?= $this->printHtml($resource->title); ?> <td><?= $this->printHtml($resource->title); ?>

View File

@ -6,7 +6,7 @@
* *
* @package Web\Backend * @package Web\Backend
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package tests * @package tests
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package Modules/tests * @package Modules/tests
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */
@ -20,7 +20,7 @@ namespace tests;
* Autoloader class. * Autoloader class.
* *
* @package tests * @package tests
* @license OMS License 1.0 * @license OMS License 2.0
* @link https://jingga.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */

View File

@ -6,7 +6,7 @@
* *
* @package tests * @package tests
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://jingga.app * @link https://jingga.app
*/ */