fix version and bugs
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-05-21 00:09:08 +02:00
parent 015bbec8f3
commit c1a425545f
34 changed files with 25 additions and 668 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@
*
* @package Modules\Contact
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @link https://jingga.app
*/
@ -18,7 +18,7 @@ namespace Modules\Contact\Controller;
* Sales class.
*
* @package Modules\Contact
* @license OMS License 2.0
* @license OMS License 2.2
* @link https://jingga.app
* @since 1.0.0
* @codeCoverageIgnore

View File

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

View File

@ -1,5 +1,6 @@
The OMS License
Version 2.0
Version 2.2
1. Definitions
@ -15,7 +16,7 @@ Version 2.0
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work.
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
@ -25,7 +26,7 @@ Version 2.0
2. Grant of Copyright License
Subject to the terms and conditions of this License, each Contributor grants to You after purchase a perpetual, worldwide, non-exclusive, irrevocable copyright license to prepare Derivative Works of, publicly display, publicly perform the Work and such Derivative Works in Source or Object form. You are not allowed to sublicense, reproduce, or distribute the Work and such Derivative Works in Source or Object form.
Subject to the terms and conditions of this License, each Contributor grants to You after purchase a temporary, worldwide, non-exclusive copyright license to publicly display or publicly perform the Work in Source or Object form. You are not allowed to sublicense, reproduce, or distribute the Work and such Derivative Works in Source or Object form.
3. Redistribution
@ -46,7 +47,3 @@ Unless required by applicable law or agreed to in writing, Licensor provides the
7. Limitation of Liability
In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
8. Future Changes
The Licensor may change the License for future versions as he sees fit.

View File

@ -18,8 +18,8 @@ With Karaka you have one partner who can provide many tools and software solutio
## Requirements
* PHP 8.2
* PHP extension: php8.2-dev php8.2-cli php8.2-common php8.2-intl php8.2-mysql php8.2-pgsql php8.2-xdebug php8.2-opcache php8.2-pdo php8.2-sqlite php8.2-mbstring php8.2-curl php8.2-imap php8.2-bcmath php8.2-zip php8.2-dom php8.2-xml php8.2-phar php8.2-gd php-pear
* PHP 8.3
* PHP extension: php8.3-dev php8.3-cli php8.3-common php8.3-intl php8.3-mysql php8.3-pgsql php8.3-xdebug php8.3-opcache php8.3-pdo php8.3-sqlite php8.3-mbstring php8.3-curl php8.3-imap php8.3-bcmath php8.3-zip php8.3-dom php8.3-xml php8.3-phar php8.3-gd php-pear
* apache2 (recommended) or nginx
* mysql-server (recommended) or postgresql postgresql-contrib
* Tools: tesseract-ocr, pdftotext, pdftoppm

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'تبوك',
'Addresses' => 'عناوين',
'City' => 'مدينة',
'Contact' => 'اتصل',
'Contacts' => 'جهات الاتصال',
'Country' => 'دولة',
'Email' => 'بريد الالكتروني',
'FAO' => 'الفاو',
'Fax' => 'فاكس',
'Name' => 'اسم',
'Office' => 'مكتب. مقر. مركز',
'Phone' => 'هاتف',
'Private' => 'نشر',
'Province' => 'المحافظة',
'State' => 'ولاية',
'Postal' => 'أزيز',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Adresa',
'Addresses' => 'Adresy',
'City' => 'Město',
'Contact' => 'Kontakt',
'Contacts' => 'Kontakty',
'Country' => 'Země',
'Email' => 'E-mailem',
'FAO' => 'Fao.',
'Fax' => 'Fax',
'Name' => 'název',
'Office' => 'Kancelář',
'Phone' => 'Telefon',
'Private' => 'Soukromý',
'Province' => 'Provincie',
'State' => 'Stát',
'Postal' => 'Postal',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Adresse',
'Addresses' => 'Adresser',
'City' => 'City.',
'Contact' => 'Kontakt',
'Contacts' => 'Kontakter.',
'Country' => 'Land',
'Email' => 'Email.',
'FAO' => 'FAO.',
'Fax' => 'Fax',
'Name' => 'Navn',
'Office' => 'Kontor',
'Phone' => 'telefon',
'Private' => 'Privat',
'Province' => 'Provins',
'State' => 'Stat',
'Postal' => 'Zip.',
]];

View File

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

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Διεύθυνση',
'Addresses' => 'Διευθύνσεις',
'City' => 'Πόλη',
'Contact' => 'Επικοινωνία',
'Contacts' => 'Επαφές',
'Country' => 'Χώρα',
'Email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ',
'FAO' => 'Φλυαρία',
'Fax' => 'Φαξ',
'Name' => 'Ονομα',
'Office' => 'Γραφείο',
'Phone' => 'Τηλέφωνο',
'Private' => 'Ιδιωτικός',
'Province' => 'Επαρχία',
'State' => 'κατάσταση',
'Postal' => 'Φερμουάρ',
]];

View File

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

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Habla a',
'Addresses' => 'Direcciones',
'City' => 'Ciudad',
'Contact' => 'Contacto',
'Contacts' => 'Contactos',
'Country' => 'País',
'Email' => 'Correo electrónico',
'FAO' => 'Fao',
'Fax' => 'Fax',
'Name' => 'Nombre',
'Office' => 'Oficina',
'Phone' => 'Teléfono',
'Private' => 'Privado',
'Province' => 'Provincia',
'State' => 'Expresar',
'Postal' => 'Cremallera',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Osoite',
'Addresses' => 'Osoitteet',
'City' => 'Kaupunki',
'Contact' => 'Ottaa yhteyttä',
'Contacts' => 'Yhteystiedot',
'Country' => 'Maa',
'Email' => 'Sähköposti',
'FAO' => 'Fao',
'Fax' => 'Faksi',
'Name' => 'Nimi',
'Office' => 'Toimisto',
'Phone' => 'Puhelin',
'Private' => 'Yksityinen',
'Province' => 'Maakunta',
'State' => 'Osavaltio',
'Postal' => 'Postinumero',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Adresse',
'Addresses' => 'Adresses',
'City' => 'Ville',
'Contact' => 'Contact',
'Contacts' => 'Contacts',
'Country' => 'Pays',
'Email' => 'E-mail',
'FAO' => 'Fao',
'Fax' => 'Fax',
'Name' => 'Nom',
'Office' => 'Bureau',
'Phone' => 'Téléphoner',
'Private' => 'Privé',
'Province' => 'Province',
'State' => 'État',
'Postal' => 'Zipper',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Cím',
'Addresses' => 'Címek',
'City' => 'Város',
'Contact' => 'Kapcsolatba lépni',
'Contacts' => 'Névjegyzék',
'Country' => 'Ország',
'Email' => 'Email',
'FAO' => 'FAO',
'Fax' => 'Fax',
'Name' => 'Név',
'Office' => 'Hivatal',
'Phone' => 'Telefon',
'Private' => 'Magán',
'Province' => 'Tartomány',
'State' => 'Állapot',
'Postal' => 'Postai irányítószám',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Indirizzo',
'Addresses' => 'Indirizzi',
'City' => 'Città',
'Contact' => 'Contatto',
'Contacts' => 'Contatti',
'Country' => 'Nazione',
'Email' => 'E-mail',
'FAO' => 'FAO.',
'Fax' => 'Fax',
'Name' => 'Nome',
'Office' => 'Ufficio',
'Phone' => 'Telefono',
'Private' => 'Privato',
'Province' => 'Provincia',
'State' => 'Stato',
'Postal' => 'Cerniera lampo',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => '住所',
'Addresses' => 'アドレス',
'City' => '市',
'Contact' => 'コンタクト',
'Contacts' => 'コンタクト',
'Country' => '国',
'Email' => 'Eメール',
'FAO' => 'fa fa',
'Fax' => 'ファックス',
'Name' => '名前',
'Office' => 'オフィス',
'Phone' => '電話',
'Private' => '民間',
'Province' => '州',
'State' => '州',
'Postal' => 'ジップ',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => '주소',
'Addresses' => '구애',
'City' => '도시',
'Contact' => '연락하다',
'Contacts' => '콘택트 렌즈',
'Country' => '국가',
'Email' => '이메일',
'FAO' => '조금',
'Fax' => '팩스',
'Name' => '이름',
'Office' => '사무실',
'Phone' => '핸드폰',
'Private' => '사적인',
'Province' => '주',
'State' => '상태',
'Postal' => '지퍼',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Adresse',
'Addresses' => 'Adresser',
'City' => 'By',
'Contact' => 'Kontakt',
'Contacts' => 'Kontakter',
'Country' => 'Land',
'Email' => 'E-post',
'FAO' => 'FAO.',
'Fax' => 'Faks',
'Name' => 'Navn',
'Office' => 'Kontor',
'Phone' => 'Telefonen',
'Private' => 'Privat',
'Province' => 'Provins',
'State' => 'Stat',
'Postal' => 'Glidelås',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Adres',
'Addresses' => 'Adresy',
'City' => 'Miasto',
'Contact' => 'Kontakt',
'Contacts' => 'Łączność',
'Country' => 'Kraj',
'Email' => 'E-mail',
'FAO' => 'Fao.',
'Fax' => 'Faks',
'Name' => 'Nazwa',
'Office' => 'Gabinet',
'Phone' => 'Telefon',
'Private' => 'Prywatny',
'Province' => 'Województwo',
'State' => 'Państwo',
'Postal' => 'Zamek błyskawiczny',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Endereço',
'Addresses' => 'Endereços',
'City' => 'Cidade',
'Contact' => 'Contato',
'Contacts' => 'Contatos',
'Country' => 'País',
'Email' => 'E-mail',
'FAO' => 'FAO.',
'Fax' => 'Fax',
'Name' => 'Nome',
'Office' => 'Escritório',
'Phone' => 'Telefone',
'Private' => 'Privado',
'Province' => 'Província',
'State' => 'Estado',
'Postal' => 'Fecho eclair',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Адрес',
'Addresses' => 'Адреса',
'City' => 'Город',
'Contact' => 'Контакт',
'Contacts' => 'Контакты',
'Country' => 'Страна',
'Email' => 'Электронное письмо',
'FAO' => 'ФАО',
'Fax' => 'Факс',
'Name' => 'Имя',
'Office' => 'Офис',
'Phone' => 'Телефон',
'Private' => 'Частный',
'Province' => 'Провинция',
'State' => 'Состояние',
'Postal' => 'Zip.',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Adress',
'Addresses' => 'Adresser',
'City' => 'Stad',
'Contact' => 'Kontakt',
'Contacts' => 'Kontakter',
'Country' => 'Land',
'Email' => 'E-post',
'FAO' => 'Fao',
'Fax' => 'Fax',
'Name' => 'namn',
'Office' => 'Kontor',
'Phone' => 'Telefon',
'Private' => 'Privat',
'Province' => 'Provins',
'State' => 'stat',
'Postal' => 'Blixtlås',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'ที่อยู่',
'Addresses' => 'ที่อยู่',
'City' => 'เมือง',
'Contact' => 'ติดต่อ',
'Contacts' => 'ผู้ติดต่อ',
'Country' => 'ประเทศ',
'Email' => 'อีเมล',
'FAO' => 'คน',
'Fax' => 'แฟกซ์',
'Name' => 'ชื่อ',
'Office' => 'สำนักงาน',
'Phone' => 'โทรศัพท์',
'Private' => 'ส่วนตัว',
'Province' => 'จังหวัด',
'State' => 'สถานะ',
'Postal' => 'ซิป',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Adres',
'Addresses' => 'Adresler',
'City' => 'Şehir',
'Contact' => 'Temas',
'Contacts' => 'İletişim',
'Country' => 'Ülke',
'Email' => 'E-posta',
'FAO' => 'FAO',
'Fax' => 'Faks',
'Name' => 'İsim',
'Office' => 'Ofis',
'Phone' => 'Telefon',
'Private' => 'Özel',
'Province' => 'Vilayet',
'State' => 'Belirtmek, bildirmek',
'Postal' => 'Postal',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Адреса',
'Addresses' => 'Адреси',
'City' => 'Місто',
'Contact' => 'Контакт',
'Contacts' => 'Контакти',
'Country' => 'Країна',
'Email' => 'Електронна пошта',
'FAO' => 'Фах',
'Fax' => 'Факс',
'Name' => 'Назва',
'Office' => 'Офіс',
'Phone' => 'Телефон',
'Private' => 'Приватний',
'Province' => 'Провінція',
'State' => 'Держава',
'Postal' => 'Блиск',
]];

View File

@ -1,32 +0,0 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => '地址',
'Addresses' => '地址',
'City' => '城市',
'Contact' => '接触',
'Contacts' => '联系人',
'Country' => '国家',
'Email' => '电子邮件',
'FAO' => '粮农组织',
'Fax' => '传真',
'Name' => '名称',
'Office' => '办公室',
'Phone' => '电话',
'Private' => '私人的',
'Province' => '省',
'State' => '状态',
'Postal' => '压缩',
]];

View File

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

View File

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

View File

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