From f5c666e97aad2ab3928258597bdc1271b16acc1c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 16 Dec 2022 21:59:20 +0100 Subject: [PATCH] fix url --- .../Install/Interfaces/DatabaseExchanger/ExchangeTrait.php | 4 ++-- Admin/Install/Interfaces/DatabaseExchanger/Exporter.php | 4 ++-- Admin/Install/Interfaces/DatabaseExchanger/Importer.php | 4 ++-- Admin/Install/Interfaces/DatabaseExchanger/Lang/en.lang.php | 2 +- Admin/Install/Interfaces/DatabaseExchanger/export.tpl.php | 2 +- Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php | 2 +- Admin/Install/Media.php | 4 ++-- Admin/Install/Navigation.php | 4 ++-- Admin/Installer.php | 4 ++-- Admin/Routes/Web/Api.php | 2 +- Admin/Routes/Web/Backend.php | 2 +- Admin/Status.php | 4 ++-- Admin/Uninstaller.php | 4 ++-- Admin/Updater.php | 4 ++-- Controller/ApiController.php | 4 ++-- Controller/BackendController.php | 4 ++-- Controller/Controller.php | 4 ++-- Interfaces/GSD/Import/AccountImport.php | 4 ++-- Interfaces/GSD/Import/ArticleImport.php | 4 ++-- Interfaces/GSD/Import/BatchPostingImport.php | 4 ++-- Interfaces/GSD/Import/CostCenterImport.php | 4 ++-- Interfaces/GSD/Import/CostObjectImport.php | 4 ++-- Interfaces/GSD/Import/CustomerImport.php | 4 ++-- Interfaces/GSD/Import/InvoiceImport.php | 4 ++-- Interfaces/GSD/Import/PostingImport.php | 4 ++-- Interfaces/GSD/Import/SupplierImport.php | 4 ++-- Interfaces/GSD/Importer.php | 4 ++-- Interfaces/GSD/Lang/de.lang.php | 2 +- Interfaces/GSD/Lang/en.lang.php | 2 +- Interfaces/GSD/Model/Account.php | 4 ++-- Interfaces/GSD/Model/BatchPosting.php | 4 ++-- Interfaces/GSD/Model/ExchangeType.php | 4 ++-- Interfaces/GSD/Model/GSDAddress.php | 4 ++-- Interfaces/GSD/Model/GSDAddressMapper.php | 4 ++-- Interfaces/GSD/Model/GSDArticle.php | 4 ++-- Interfaces/GSD/Model/GSDArticleMapper.php | 4 ++-- Interfaces/GSD/Model/GSDCostCenter.php | 4 ++-- Interfaces/GSD/Model/GSDCostCenterMapper.php | 4 ++-- Interfaces/GSD/Model/GSDCostObject.php | 4 ++-- Interfaces/GSD/Model/GSDCostObjectMapper.php | 4 ++-- Interfaces/GSD/Model/GSDCustomer.php | 4 ++-- Interfaces/GSD/Model/GSDCustomerMapper.php | 4 ++-- Interfaces/GSD/Model/GSDSupplier.php | 4 ++-- Interfaces/GSD/Model/GSDSupplierMapper.php | 4 ++-- Interfaces/GSD/Model/Invoice.php | 4 ++-- Interfaces/GSD/Model/NullGSDAddress.php | 4 ++-- Interfaces/GSD/Model/NullGSDArticle.php | 4 ++-- Interfaces/GSD/Model/NullGSDCostCenter.php | 4 ++-- Interfaces/GSD/Model/NullGSDCostObject.php | 4 ++-- Interfaces/GSD/Model/NullGSDCustomer.php | 4 ++-- Interfaces/GSD/Model/NullGSDSupplier.php | 4 ++-- Interfaces/GSD/Model/Posting.php | 4 ++-- Interfaces/GSD/Model/Segment.php | 4 ++-- Interfaces/GSD/Model/SegmentType.php | 4 ++-- Interfaces/Intrexx/Import/PromotionImport.php | 4 ++-- Interfaces/Intrexx/Import/SeminarImport.php | 4 ++-- Interfaces/Intrexx/Import/VisitImport.php | 4 ++-- Interfaces/Intrexx/Importer.php | 4 ++-- Interfaces/Intrexx/Lang/en.lang.php | 2 +- Interfaces/Intrexx/Model/Promotion.php | 4 ++-- Interfaces/Intrexx/Model/Seminar.php | 4 ++-- Interfaces/Intrexx/Model/Visit.php | 4 ++-- Models/ExchangeLog.php | 4 ++-- Models/ExchangeLogMapper.php | 4 ++-- Models/ExchangeSetting.php | 4 ++-- Models/ExchangeSettingMapper.php | 4 ++-- Models/ExchangeType.php | 4 ++-- Models/ExporterAbstract.php | 4 ++-- Models/ImporterAbstract.php | 4 ++-- Models/InterfaceManager.php | 4 ++-- Models/InterfaceManagerMapper.php | 4 ++-- Models/NullExchangeLog.php | 4 ++-- Models/NullExchangeSetting.php | 4 ++-- Models/NullInterfaceManager.php | 4 ++-- Models/PermissionCategory.php | 4 ++-- Theme/Backend/Lang/Navigation.ar.lang.php | 2 +- Theme/Backend/Lang/Navigation.cs.lang.php | 2 +- Theme/Backend/Lang/Navigation.da.lang.php | 2 +- Theme/Backend/Lang/Navigation.de.lang.php | 2 +- Theme/Backend/Lang/Navigation.el.lang.php | 2 +- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/Navigation.es.lang.php | 2 +- Theme/Backend/Lang/Navigation.fi.lang.php | 2 +- Theme/Backend/Lang/Navigation.fr.lang.php | 2 +- Theme/Backend/Lang/Navigation.hu.lang.php | 2 +- Theme/Backend/Lang/Navigation.it.lang.php | 2 +- Theme/Backend/Lang/Navigation.ja.lang.php | 2 +- Theme/Backend/Lang/Navigation.ko.lang.php | 2 +- Theme/Backend/Lang/Navigation.no.lang.php | 2 +- Theme/Backend/Lang/Navigation.pl.lang.php | 2 +- Theme/Backend/Lang/Navigation.pt.lang.php | 2 +- Theme/Backend/Lang/Navigation.ru.lang.php | 2 +- Theme/Backend/Lang/Navigation.sv.lang.php | 2 +- Theme/Backend/Lang/Navigation.th.lang.php | 2 +- Theme/Backend/Lang/Navigation.tr.lang.php | 2 +- Theme/Backend/Lang/Navigation.uk.lang.php | 2 +- Theme/Backend/Lang/Navigation.zh.lang.php | 2 +- Theme/Backend/Lang/ar.lang.php | 2 +- Theme/Backend/Lang/cs.lang.php | 2 +- Theme/Backend/Lang/da.lang.php | 2 +- Theme/Backend/Lang/de.lang.php | 2 +- Theme/Backend/Lang/el.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/Lang/es.lang.php | 2 +- Theme/Backend/Lang/fi.lang.php | 2 +- Theme/Backend/Lang/fr.lang.php | 2 +- Theme/Backend/Lang/hu.lang.php | 2 +- Theme/Backend/Lang/it.lang.php | 2 +- Theme/Backend/Lang/ja.lang.php | 2 +- Theme/Backend/Lang/ko.lang.php | 2 +- Theme/Backend/Lang/no.lang.php | 2 +- Theme/Backend/Lang/pl.lang.php | 2 +- Theme/Backend/Lang/pt.lang.php | 2 +- Theme/Backend/Lang/ru.lang.php | 2 +- Theme/Backend/Lang/sv.lang.php | 2 +- Theme/Backend/Lang/th.lang.php | 2 +- Theme/Backend/Lang/tr.lang.php | 2 +- Theme/Backend/Lang/uk.lang.php | 2 +- Theme/Backend/Lang/zh.lang.php | 2 +- Theme/Backend/exchange-export-list.tpl.php | 2 +- Theme/Backend/exchange-export.tpl.php | 2 +- Theme/Backend/exchange-import-list.tpl.php | 2 +- Theme/Backend/exchange-import.tpl.php | 2 +- Theme/Backend/exchange-log-list.tpl.php | 2 +- Theme/Backend/exchange-log.tpl.php | 2 +- tests/Admin/AdminTest.php | 2 +- tests/Autoloader.php | 4 ++-- tests/Controller/ApiControllerTest.php | 2 +- tests/Interfaces/OMS/Export/LanguageExport.php | 2 +- tests/Interfaces/OMS/Exporter.php | 4 ++-- tests/Interfaces/OMS/Import/LanguageImport.php | 2 +- tests/Interfaces/OMS/Importer.php | 6 +++--- tests/Interfaces/OMS/Lang/en.lang.php | 2 +- tests/Interfaces/OMS/export.tpl.php | 2 +- tests/Interfaces/OMS/import.tpl.php | 2 +- tests/Models/ExchangeLogTest.php | 2 +- tests/Models/ExporterAbstractTest.php | 2 +- tests/Models/ImporterAbstractTest.php | 2 +- tests/Models/InterfaceManagerTest.php | 2 +- tests/Models/NullExchangeLogTest.php | 2 +- tests/Models/NullInterfaceManagerTest.php | 2 +- 141 files changed, 212 insertions(+), 212 deletions(-) diff --git a/Admin/Install/Interfaces/DatabaseExchanger/ExchangeTrait.php b/Admin/Install/Interfaces/DatabaseExchanger/ExchangeTrait.php index 4ac2f50..50c9c91 100755 --- a/Admin/Install/Interfaces/DatabaseExchanger/ExchangeTrait.php +++ b/Admin/Install/Interfaces/DatabaseExchanger/ExchangeTrait.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -25,7 +25,7 @@ use phpOMS\Message\RequestAbstract; * * @package Interfaces * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ trait ExchangeTrait diff --git a/Admin/Install/Interfaces/DatabaseExchanger/Exporter.php b/Admin/Install/Interfaces/DatabaseExchanger/Exporter.php index bc7c0b2..cb956f7 100755 --- a/Admin/Install/Interfaces/DatabaseExchanger/Exporter.php +++ b/Admin/Install/Interfaces/DatabaseExchanger/Exporter.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -22,7 +22,7 @@ use phpOMS\Message\RequestAbstract; * * @package Modules\Exchange\Models\Interfaces\OMS * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Exporter extends ExporterAbstract diff --git a/Admin/Install/Interfaces/DatabaseExchanger/Importer.php b/Admin/Install/Interfaces/DatabaseExchanger/Importer.php index 43177b3..7b76cf9 100755 --- a/Admin/Install/Interfaces/DatabaseExchanger/Importer.php +++ b/Admin/Install/Interfaces/DatabaseExchanger/Importer.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -22,7 +22,7 @@ use phpOMS\Message\RequestAbstract; * * @package Modules\Exchange\Models\Interfaces\OMS * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Importer extends ImporterAbstract diff --git a/Admin/Install/Interfaces/DatabaseExchanger/Lang/en.lang.php b/Admin/Install/Interfaces/DatabaseExchanger/Lang/en.lang.php index b5d2704..9e3f0aa 100755 --- a/Admin/Install/Interfaces/DatabaseExchanger/Lang/en.lang.php +++ b/Admin/Install/Interfaces/DatabaseExchanger/Lang/en.lang.php @@ -10,7 +10,7 @@ declare(strict_types=1); * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ return [ 'DatabaseExchanger' => 'Database Exchanger', diff --git a/Admin/Install/Interfaces/DatabaseExchanger/export.tpl.php b/Admin/Install/Interfaces/DatabaseExchanger/export.tpl.php index 5edfbc3..93d5bd8 100755 --- a/Admin/Install/Interfaces/DatabaseExchanger/export.tpl.php +++ b/Admin/Install/Interfaces/DatabaseExchanger/export.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php b/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php index 1c8e18c..8b51fa7 100755 --- a/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php +++ b/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Admin/Install/Media.php b/Admin/Install/Media.php index eb1d735..42d3d51 100755 --- a/Admin/Install/Media.php +++ b/Admin/Install/Media.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Application\ApplicationAbstract; * * @package Modules\Exchange\Admin\Install * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Media diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 21e2c6d..c1e989c 100755 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Application\ApplicationAbstract; * * @package Modules\Exchange\Admin\Install * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Navigation diff --git a/Admin/Installer.php b/Admin/Installer.php index 8d5b119..2c8455d 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -29,7 +29,7 @@ use phpOMS\Uri\HttpUri; * * @package Modules\Exchange * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Installer extends InstallerAbstract diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php index 9e5778f..b340619 100755 --- a/Admin/Routes/Web/Api.php +++ b/Admin/Routes/Web/Api.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 390e965..f70066d 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Admin/Status.php b/Admin/Status.php index 4e3ec69..1c2024f 100755 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\StatusAbstract; * * @package Modules\Exchange * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Status extends StatusAbstract diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index b2f16b2..c9ab90d 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\UninstallerAbstract; * * @package Modules\Exchange * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Uninstaller extends UninstallerAbstract diff --git a/Admin/Updater.php b/Admin/Updater.php index 0bca9ef..b2782d9 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\UpdaterAbstract; * * @package Modules\Exchange * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Updater extends UpdaterAbstract diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 501c382..b351513 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -42,7 +42,7 @@ use phpOMS\Utils\StringUtils; * * @package Modules\Exchange * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ApiController extends Controller diff --git a/Controller/BackendController.php b/Controller/BackendController.php index f81fa3e..beb097c 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -26,7 +26,7 @@ use phpOMS\Views\View; * * @package Modules\Exchange * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * @codeCoverageIgnore */ diff --git a/Controller/Controller.php b/Controller/Controller.php index bf23929..f47b137 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\ModuleAbstract; * * @package Modules\Exchange * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Controller extends ModuleAbstract diff --git a/Interfaces/GSD/Import/AccountImport.php b/Interfaces/GSD/Import/AccountImport.php index c5b6fea..6b5b1d3 100755 --- a/Interfaces/GSD/Import/AccountImport.php +++ b/Interfaces/GSD/Import/AccountImport.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Import; * * @package Modules\Exchange\Interfaces\GSD\Import * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class AccountImport diff --git a/Interfaces/GSD/Import/ArticleImport.php b/Interfaces/GSD/Import/ArticleImport.php index b982f26..28a02a3 100755 --- a/Interfaces/GSD/Import/ArticleImport.php +++ b/Interfaces/GSD/Import/ArticleImport.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Import; * * @package Modules\Exchange\Interfaces\GSD\Import * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ArticleImport diff --git a/Interfaces/GSD/Import/BatchPostingImport.php b/Interfaces/GSD/Import/BatchPostingImport.php index 17d939d..1431e74 100755 --- a/Interfaces/GSD/Import/BatchPostingImport.php +++ b/Interfaces/GSD/Import/BatchPostingImport.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Import; * * @package Modules\Exchange\Interfaces\GSD\Import * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class BatchPostingImport diff --git a/Interfaces/GSD/Import/CostCenterImport.php b/Interfaces/GSD/Import/CostCenterImport.php index 65f1154..93b9808 100755 --- a/Interfaces/GSD/Import/CostCenterImport.php +++ b/Interfaces/GSD/Import/CostCenterImport.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Import; * * @package Modules\Exchange\Interfaces\GSD\Import * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class CostCenterImport diff --git a/Interfaces/GSD/Import/CostObjectImport.php b/Interfaces/GSD/Import/CostObjectImport.php index bfc601e..55427d3 100755 --- a/Interfaces/GSD/Import/CostObjectImport.php +++ b/Interfaces/GSD/Import/CostObjectImport.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Import; * * @package Modules\Exchange\Interfaces\GSD\Import * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class CostObjectImport diff --git a/Interfaces/GSD/Import/CustomerImport.php b/Interfaces/GSD/Import/CustomerImport.php index 3705378..c1802f6 100755 --- a/Interfaces/GSD/Import/CustomerImport.php +++ b/Interfaces/GSD/Import/CustomerImport.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Import; * * @package Modules\Exchange\Interfaces\GSD\Import * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class CustomerImport diff --git a/Interfaces/GSD/Import/InvoiceImport.php b/Interfaces/GSD/Import/InvoiceImport.php index f9ff457..5eeb8b5 100755 --- a/Interfaces/GSD/Import/InvoiceImport.php +++ b/Interfaces/GSD/Import/InvoiceImport.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Import; * * @package Modules\Exchange\Interfaces\GSD\Import * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class InvoiceImport diff --git a/Interfaces/GSD/Import/PostingImport.php b/Interfaces/GSD/Import/PostingImport.php index 6682855..997f89e 100755 --- a/Interfaces/GSD/Import/PostingImport.php +++ b/Interfaces/GSD/Import/PostingImport.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Import; * * @package Modules\Exchange\Interfaces\GSD\Import * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class PostingImport diff --git a/Interfaces/GSD/Import/SupplierImport.php b/Interfaces/GSD/Import/SupplierImport.php index dfba99f..d33d675 100755 --- a/Interfaces/GSD/Import/SupplierImport.php +++ b/Interfaces/GSD/Import/SupplierImport.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Import; * * @package Modules\Exchange\Interfaces\GSD\Import * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SupplierImport diff --git a/Interfaces/GSD/Importer.php b/Interfaces/GSD/Importer.php index 309d2cf..15213e9 100755 --- a/Interfaces/GSD/Importer.php +++ b/Interfaces/GSD/Importer.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -67,7 +67,7 @@ use phpOMS\Utils\IO\Zip\Zip; * * @package Modules\Exchange\Models\Interfaces\GSD * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @codeCoverageIgnore diff --git a/Interfaces/GSD/Lang/de.lang.php b/Interfaces/GSD/Lang/de.lang.php index 5da790b..329ffac 100755 --- a/Interfaces/GSD/Lang/de.lang.php +++ b/Interfaces/GSD/Lang/de.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Interfaces/GSD/Lang/en.lang.php b/Interfaces/GSD/Lang/en.lang.php index be57be4..3e8e012 100755 --- a/Interfaces/GSD/Lang/en.lang.php +++ b/Interfaces/GSD/Lang/en.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Interfaces/GSD/Model/Account.php b/Interfaces/GSD/Model/Account.php index 5da1698..0d275ec 100755 --- a/Interfaces/GSD/Model/Account.php +++ b/Interfaces/GSD/Model/Account.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Account diff --git a/Interfaces/GSD/Model/BatchPosting.php b/Interfaces/GSD/Model/BatchPosting.php index 326a3e1..c142b5a 100755 --- a/Interfaces/GSD/Model/BatchPosting.php +++ b/Interfaces/GSD/Model/BatchPosting.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class BatchPosting diff --git a/Interfaces/GSD/Model/ExchangeType.php b/Interfaces/GSD/Model/ExchangeType.php index 05d67f7..57880e1 100755 --- a/Interfaces/GSD/Model/ExchangeType.php +++ b/Interfaces/GSD/Model/ExchangeType.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * * @package Modules\Exchange\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ExchangeType extends Enum diff --git a/Interfaces/GSD/Model/GSDAddress.php b/Interfaces/GSD/Model/GSDAddress.php index fa1b83b..0ebbbfe 100755 --- a/Interfaces/GSD/Model/GSDAddress.php +++ b/Interfaces/GSD/Model/GSDAddress.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @codeCoverageIgnore diff --git a/Interfaces/GSD/Model/GSDAddressMapper.php b/Interfaces/GSD/Model/GSDAddressMapper.php index 44c0aab..947c06b 100755 --- a/Interfaces/GSD/Model/GSDAddressMapper.php +++ b/Interfaces/GSD/Model/GSDAddressMapper.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class GSDAddressMapper extends DataMapperFactory diff --git a/Interfaces/GSD/Model/GSDArticle.php b/Interfaces/GSD/Model/GSDArticle.php index e36c5de..15ecf15 100755 --- a/Interfaces/GSD/Model/GSDArticle.php +++ b/Interfaces/GSD/Model/GSDArticle.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @codeCoverageIgnore diff --git a/Interfaces/GSD/Model/GSDArticleMapper.php b/Interfaces/GSD/Model/GSDArticleMapper.php index e18a122..796fd02 100755 --- a/Interfaces/GSD/Model/GSDArticleMapper.php +++ b/Interfaces/GSD/Model/GSDArticleMapper.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class GSDArticleMapper extends DataMapperFactory diff --git a/Interfaces/GSD/Model/GSDCostCenter.php b/Interfaces/GSD/Model/GSDCostCenter.php index b6201d2..8e561a9 100755 --- a/Interfaces/GSD/Model/GSDCostCenter.php +++ b/Interfaces/GSD/Model/GSDCostCenter.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @codeCoverageIgnore diff --git a/Interfaces/GSD/Model/GSDCostCenterMapper.php b/Interfaces/GSD/Model/GSDCostCenterMapper.php index 0180a56..6e6b946 100755 --- a/Interfaces/GSD/Model/GSDCostCenterMapper.php +++ b/Interfaces/GSD/Model/GSDCostCenterMapper.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class GSDCostCenterMapper extends DataMapperFactory diff --git a/Interfaces/GSD/Model/GSDCostObject.php b/Interfaces/GSD/Model/GSDCostObject.php index 660b29a..de6ba64 100755 --- a/Interfaces/GSD/Model/GSDCostObject.php +++ b/Interfaces/GSD/Model/GSDCostObject.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @codeCoverageIgnore diff --git a/Interfaces/GSD/Model/GSDCostObjectMapper.php b/Interfaces/GSD/Model/GSDCostObjectMapper.php index d0fa8bb..113a599 100755 --- a/Interfaces/GSD/Model/GSDCostObjectMapper.php +++ b/Interfaces/GSD/Model/GSDCostObjectMapper.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class GSDCostObjectMapper extends DataMapperFactory diff --git a/Interfaces/GSD/Model/GSDCustomer.php b/Interfaces/GSD/Model/GSDCustomer.php index 4e9dc52..f6424dd 100755 --- a/Interfaces/GSD/Model/GSDCustomer.php +++ b/Interfaces/GSD/Model/GSDCustomer.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @codeCoverageIgnore diff --git a/Interfaces/GSD/Model/GSDCustomerMapper.php b/Interfaces/GSD/Model/GSDCustomerMapper.php index 5363417..b00b7d1 100755 --- a/Interfaces/GSD/Model/GSDCustomerMapper.php +++ b/Interfaces/GSD/Model/GSDCustomerMapper.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class GSDCustomerMapper extends DataMapperFactory diff --git a/Interfaces/GSD/Model/GSDSupplier.php b/Interfaces/GSD/Model/GSDSupplier.php index 2090094..4fa2d2b 100755 --- a/Interfaces/GSD/Model/GSDSupplier.php +++ b/Interfaces/GSD/Model/GSDSupplier.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @codeCoverageIgnore diff --git a/Interfaces/GSD/Model/GSDSupplierMapper.php b/Interfaces/GSD/Model/GSDSupplierMapper.php index 9ab9776..d83c04d 100755 --- a/Interfaces/GSD/Model/GSDSupplierMapper.php +++ b/Interfaces/GSD/Model/GSDSupplierMapper.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class GSDSupplierMapper extends DataMapperFactory diff --git a/Interfaces/GSD/Model/Invoice.php b/Interfaces/GSD/Model/Invoice.php index f8bd1e9..de393ae 100755 --- a/Interfaces/GSD/Model/Invoice.php +++ b/Interfaces/GSD/Model/Invoice.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Invoice diff --git a/Interfaces/GSD/Model/NullGSDAddress.php b/Interfaces/GSD/Model/NullGSDAddress.php index 9503f93..78b2e78 100755 --- a/Interfaces/GSD/Model/NullGSDAddress.php +++ b/Interfaces/GSD/Model/NullGSDAddress.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class NullGSDAddress diff --git a/Interfaces/GSD/Model/NullGSDArticle.php b/Interfaces/GSD/Model/NullGSDArticle.php index 01380e5..a47784f 100755 --- a/Interfaces/GSD/Model/NullGSDArticle.php +++ b/Interfaces/GSD/Model/NullGSDArticle.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class NullGSDArticle diff --git a/Interfaces/GSD/Model/NullGSDCostCenter.php b/Interfaces/GSD/Model/NullGSDCostCenter.php index 05638a5..c0ea476 100755 --- a/Interfaces/GSD/Model/NullGSDCostCenter.php +++ b/Interfaces/GSD/Model/NullGSDCostCenter.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class NullGSDCostCenter diff --git a/Interfaces/GSD/Model/NullGSDCostObject.php b/Interfaces/GSD/Model/NullGSDCostObject.php index 9f46ee6..5625cc1 100755 --- a/Interfaces/GSD/Model/NullGSDCostObject.php +++ b/Interfaces/GSD/Model/NullGSDCostObject.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class NullGSDCostObject diff --git a/Interfaces/GSD/Model/NullGSDCustomer.php b/Interfaces/GSD/Model/NullGSDCustomer.php index 79de42e..381efbb 100755 --- a/Interfaces/GSD/Model/NullGSDCustomer.php +++ b/Interfaces/GSD/Model/NullGSDCustomer.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class NullGSDCustomer diff --git a/Interfaces/GSD/Model/NullGSDSupplier.php b/Interfaces/GSD/Model/NullGSDSupplier.php index f5a25ad..4b7d357 100755 --- a/Interfaces/GSD/Model/NullGSDSupplier.php +++ b/Interfaces/GSD/Model/NullGSDSupplier.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class NullGSDSupplier diff --git a/Interfaces/GSD/Model/Posting.php b/Interfaces/GSD/Model/Posting.php index ef6e859..fea6a02 100755 --- a/Interfaces/GSD/Model/Posting.php +++ b/Interfaces/GSD/Model/Posting.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Posting diff --git a/Interfaces/GSD/Model/Segment.php b/Interfaces/GSD/Model/Segment.php index 855e61a..30fd73a 100755 --- a/Interfaces/GSD/Model/Segment.php +++ b/Interfaces/GSD/Model/Segment.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\GSD\Model; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Segment diff --git a/Interfaces/GSD/Model/SegmentType.php b/Interfaces/GSD/Model/SegmentType.php index d443db3..d9fae76 100755 --- a/Interfaces/GSD/Model/SegmentType.php +++ b/Interfaces/GSD/Model/SegmentType.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * @package Modules\Exchange\Interfaces\GSD\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class SegmentType extends Enum diff --git a/Interfaces/Intrexx/Import/PromotionImport.php b/Interfaces/Intrexx/Import/PromotionImport.php index 3ded341..999c0cf 100755 --- a/Interfaces/Intrexx/Import/PromotionImport.php +++ b/Interfaces/Intrexx/Import/PromotionImport.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\Intrexx\Import; * * @package Modules\Exchange\Interfaces\Intrexx\Import * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class PromotionImport diff --git a/Interfaces/Intrexx/Import/SeminarImport.php b/Interfaces/Intrexx/Import/SeminarImport.php index 57417ca..aebb6e0 100755 --- a/Interfaces/Intrexx/Import/SeminarImport.php +++ b/Interfaces/Intrexx/Import/SeminarImport.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\Intrexx\Import; * * @package Modules\Exchange\Interfaces\Intrexx\Import * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SeminarImport diff --git a/Interfaces/Intrexx/Import/VisitImport.php b/Interfaces/Intrexx/Import/VisitImport.php index 7c39d23..c11564c 100755 --- a/Interfaces/Intrexx/Import/VisitImport.php +++ b/Interfaces/Intrexx/Import/VisitImport.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\Intrexx\Import; * * @package Modules\Exchange\Interfaces\Intrexx\Import * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class VisitImport diff --git a/Interfaces/Intrexx/Importer.php b/Interfaces/Intrexx/Importer.php index 0edff13..f9be53b 100755 --- a/Interfaces/Intrexx/Importer.php +++ b/Interfaces/Intrexx/Importer.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -22,7 +22,7 @@ use phpOMS\Message\RequestAbstract; * * @package Modules\Exchange\Models\Interfaces\Intrexx * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 * * @codeCoverageIgnore diff --git a/Interfaces/Intrexx/Lang/en.lang.php b/Interfaces/Intrexx/Lang/en.lang.php index 0caf0ce..1183588 100755 --- a/Interfaces/Intrexx/Lang/en.lang.php +++ b/Interfaces/Intrexx/Lang/en.lang.php @@ -10,7 +10,7 @@ declare(strict_types=1); * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ return [ ]; diff --git a/Interfaces/Intrexx/Model/Promotion.php b/Interfaces/Intrexx/Model/Promotion.php index 17e6174..8120902 100755 --- a/Interfaces/Intrexx/Model/Promotion.php +++ b/Interfaces/Intrexx/Model/Promotion.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\Intrexx\Model; * * @package Modules\Exchange\Interfaces\Intrexx\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Promotion diff --git a/Interfaces/Intrexx/Model/Seminar.php b/Interfaces/Intrexx/Model/Seminar.php index 29e7669..37c1088 100755 --- a/Interfaces/Intrexx/Model/Seminar.php +++ b/Interfaces/Intrexx/Model/Seminar.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\Intrexx\Model; * * @package Modules\Exchange\Interfaces\Intrexx\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Seminar diff --git a/Interfaces/Intrexx/Model/Visit.php b/Interfaces/Intrexx/Model/Visit.php index c3ea1c5..9053a35 100755 --- a/Interfaces/Intrexx/Model/Visit.php +++ b/Interfaces/Intrexx/Model/Visit.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Interfaces\Intrexx\Model; * * @package Modules\Exchange\Interfaces\Intrexx\Model * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Visit diff --git a/Models/ExchangeLog.php b/Models/ExchangeLog.php index fe6a0b4..7f6c06f 100755 --- a/Models/ExchangeLog.php +++ b/Models/ExchangeLog.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use Modules\Admin\Models\Account; * * @package Modules\Exchange\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ExchangeLog implements \JsonSerializable diff --git a/Models/ExchangeLogMapper.php b/Models/ExchangeLogMapper.php index 38962f3..452061a 100755 --- a/Models/ExchangeLogMapper.php +++ b/Models/ExchangeLogMapper.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * * @package Modules\Exchange\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ExchangeLogMapper extends DataMapperFactory diff --git a/Models/ExchangeSetting.php b/Models/ExchangeSetting.php index a3e2706..88ed4ae 100755 --- a/Models/ExchangeSetting.php +++ b/Models/ExchangeSetting.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use Modules\Job\Models\Job; * * @package Modules\Exchange\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class ExchangeSetting implements \JsonSerializable diff --git a/Models/ExchangeSettingMapper.php b/Models/ExchangeSettingMapper.php index fed3135..98e982d 100755 --- a/Models/ExchangeSettingMapper.php +++ b/Models/ExchangeSettingMapper.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * * @package Modules\Exchange\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class ExchangeSettingMapper extends DataMapperFactory diff --git a/Models/ExchangeType.php b/Models/ExchangeType.php index d4cd258..267559c 100755 --- a/Models/ExchangeType.php +++ b/Models/ExchangeType.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum; * * @package Modules\Exchange\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ExchangeType extends Enum diff --git a/Models/ExporterAbstract.php b/Models/ExporterAbstract.php index ebb4951..4635b73 100755 --- a/Models/ExporterAbstract.php +++ b/Models/ExporterAbstract.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -23,7 +23,7 @@ use phpOMS\Message\RequestAbstract; * * @package Interfaces * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ExporterAbstract diff --git a/Models/ImporterAbstract.php b/Models/ImporterAbstract.php index b7f6b21..602fedf 100755 --- a/Models/ImporterAbstract.php +++ b/Models/ImporterAbstract.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -23,7 +23,7 @@ use phpOMS\Message\RequestAbstract; * * @package Interfaces * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class ImporterAbstract diff --git a/Models/InterfaceManager.php b/Models/InterfaceManager.php index 2120572..1f0444a 100755 --- a/Models/InterfaceManager.php +++ b/Models/InterfaceManager.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -27,7 +27,7 @@ use phpOMS\System\File\PathException; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class InterfaceManager diff --git a/Models/InterfaceManagerMapper.php b/Models/InterfaceManagerMapper.php index 4db441a..3f6f28a 100755 --- a/Models/InterfaceManagerMapper.php +++ b/Models/InterfaceManagerMapper.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * * @package Modules\Exchange\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class InterfaceManagerMapper extends DataMapperFactory diff --git a/Models/NullExchangeLog.php b/Models/NullExchangeLog.php index 91e2291..9751a04 100755 --- a/Models/NullExchangeLog.php +++ b/Models/NullExchangeLog.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Models; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullExchangeLog extends ExchangeLog diff --git a/Models/NullExchangeSetting.php b/Models/NullExchangeSetting.php index f10ddd5..6336d2b 100755 --- a/Models/NullExchangeSetting.php +++ b/Models/NullExchangeSetting.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Models; * * @package Modules\Exchange\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullExchangeSetting extends ExchangeSetting diff --git a/Models/NullInterfaceManager.php b/Models/NullInterfaceManager.php index f77b63d..0f8f643 100755 --- a/Models/NullInterfaceManager.php +++ b/Models/NullInterfaceManager.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\Exchange\Models; * * @package phpOMS\Module * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullInterfaceManager extends InterfaceManager diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php index 649ecaa..0aef12f 100755 --- a/Models/PermissionCategory.php +++ b/Models/PermissionCategory.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * @package Modules\Exchange\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class PermissionCategory extends Enum diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php index 2238fcd..6796e89 100755 --- a/Theme/Backend/Lang/Navigation.ar.lang.php +++ b/Theme/Backend/Lang/Navigation.ar.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php index 4981820..853464d 100755 --- a/Theme/Backend/Lang/Navigation.cs.lang.php +++ b/Theme/Backend/Lang/Navigation.cs.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php index 7ab087d..5b0bffa 100755 --- a/Theme/Backend/Lang/Navigation.da.lang.php +++ b/Theme/Backend/Lang/Navigation.da.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index fd6f990..471415e 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.el.lang.php b/Theme/Backend/Lang/Navigation.el.lang.php index 4b8b571..1364a08 100755 --- a/Theme/Backend/Lang/Navigation.el.lang.php +++ b/Theme/Backend/Lang/Navigation.el.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index e561ed6..50f9bfa 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.es.lang.php b/Theme/Backend/Lang/Navigation.es.lang.php index 281d2b1..bdf9b69 100755 --- a/Theme/Backend/Lang/Navigation.es.lang.php +++ b/Theme/Backend/Lang/Navigation.es.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php index 7e3e94f..b46bd33 100755 --- a/Theme/Backend/Lang/Navigation.fi.lang.php +++ b/Theme/Backend/Lang/Navigation.fi.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php index f7398a3..b2e97a9 100755 --- a/Theme/Backend/Lang/Navigation.fr.lang.php +++ b/Theme/Backend/Lang/Navigation.fr.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php index 5984f88..e71bc29 100755 --- a/Theme/Backend/Lang/Navigation.hu.lang.php +++ b/Theme/Backend/Lang/Navigation.hu.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php index f514302..7d4eba2 100755 --- a/Theme/Backend/Lang/Navigation.it.lang.php +++ b/Theme/Backend/Lang/Navigation.it.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php index 1191f2e..caaa972 100755 --- a/Theme/Backend/Lang/Navigation.ja.lang.php +++ b/Theme/Backend/Lang/Navigation.ja.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php index 379f94d..14e00e3 100755 --- a/Theme/Backend/Lang/Navigation.ko.lang.php +++ b/Theme/Backend/Lang/Navigation.ko.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php index 2e38679..987509a 100755 --- a/Theme/Backend/Lang/Navigation.no.lang.php +++ b/Theme/Backend/Lang/Navigation.no.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php index 9f53128..f0d5d4c 100755 --- a/Theme/Backend/Lang/Navigation.pl.lang.php +++ b/Theme/Backend/Lang/Navigation.pl.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php index a7efac3..0829333 100755 --- a/Theme/Backend/Lang/Navigation.pt.lang.php +++ b/Theme/Backend/Lang/Navigation.pt.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php index a3126ec..c0d2abb 100755 --- a/Theme/Backend/Lang/Navigation.ru.lang.php +++ b/Theme/Backend/Lang/Navigation.ru.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php index edd711e..69e79cf 100755 --- a/Theme/Backend/Lang/Navigation.sv.lang.php +++ b/Theme/Backend/Lang/Navigation.sv.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php index fd0aea8..2cb8f77 100755 --- a/Theme/Backend/Lang/Navigation.th.lang.php +++ b/Theme/Backend/Lang/Navigation.th.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php index 58e93ee..46af785 100755 --- a/Theme/Backend/Lang/Navigation.tr.lang.php +++ b/Theme/Backend/Lang/Navigation.tr.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php index 879c9f7..2b8fffa 100755 --- a/Theme/Backend/Lang/Navigation.uk.lang.php +++ b/Theme/Backend/Lang/Navigation.uk.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php index c71bc64..4a55430 100755 --- a/Theme/Backend/Lang/Navigation.zh.lang.php +++ b/Theme/Backend/Lang/Navigation.zh.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php index a09b337..f83f144 100755 --- a/Theme/Backend/Lang/ar.lang.php +++ b/Theme/Backend/Lang/ar.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php index 256037c..857ba9a 100755 --- a/Theme/Backend/Lang/cs.lang.php +++ b/Theme/Backend/Lang/cs.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php index 69bbad0..7f11976 100755 --- a/Theme/Backend/Lang/da.lang.php +++ b/Theme/Backend/Lang/da.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 651fcb6..5e2a648 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php index 455f573..e4211b8 100755 --- a/Theme/Backend/Lang/el.lang.php +++ b/Theme/Backend/Lang/el.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 1703906..21dc786 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php index 1ce4a6f..7a1df0d 100755 --- a/Theme/Backend/Lang/es.lang.php +++ b/Theme/Backend/Lang/es.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php index 8ab3872..5cfc38c 100755 --- a/Theme/Backend/Lang/fi.lang.php +++ b/Theme/Backend/Lang/fi.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php index 5207b19..58f72fa 100755 --- a/Theme/Backend/Lang/fr.lang.php +++ b/Theme/Backend/Lang/fr.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php index cda4be2..5afc7ce 100755 --- a/Theme/Backend/Lang/hu.lang.php +++ b/Theme/Backend/Lang/hu.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php index ae7ca7c..13368e2 100755 --- a/Theme/Backend/Lang/it.lang.php +++ b/Theme/Backend/Lang/it.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php index 7b17467..0c3c9b8 100755 --- a/Theme/Backend/Lang/ja.lang.php +++ b/Theme/Backend/Lang/ja.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php index f6fb1ca..7232f31 100755 --- a/Theme/Backend/Lang/ko.lang.php +++ b/Theme/Backend/Lang/ko.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php index b82ec57..0f773ef 100755 --- a/Theme/Backend/Lang/no.lang.php +++ b/Theme/Backend/Lang/no.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php index fa5db73..b33c00e 100755 --- a/Theme/Backend/Lang/pl.lang.php +++ b/Theme/Backend/Lang/pl.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php index 45c22ce..4f656a1 100755 --- a/Theme/Backend/Lang/pt.lang.php +++ b/Theme/Backend/Lang/pt.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php index 5d90c77..034def8 100755 --- a/Theme/Backend/Lang/ru.lang.php +++ b/Theme/Backend/Lang/ru.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php index 8e4d09c..8083ff6 100755 --- a/Theme/Backend/Lang/sv.lang.php +++ b/Theme/Backend/Lang/sv.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php index dc7e5e4..44612a2 100755 --- a/Theme/Backend/Lang/th.lang.php +++ b/Theme/Backend/Lang/th.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php index b4b63c4..5982ab4 100755 --- a/Theme/Backend/Lang/tr.lang.php +++ b/Theme/Backend/Lang/tr.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php index 78803b6..f5f4de1 100755 --- a/Theme/Backend/Lang/uk.lang.php +++ b/Theme/Backend/Lang/uk.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php index b969dcb..a52007e 100755 --- a/Theme/Backend/Lang/zh.lang.php +++ b/Theme/Backend/Lang/zh.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/exchange-export-list.tpl.php b/Theme/Backend/exchange-export-list.tpl.php index 06dfc3b..ced470f 100755 --- a/Theme/Backend/exchange-export-list.tpl.php +++ b/Theme/Backend/exchange-export-list.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/exchange-export.tpl.php b/Theme/Backend/exchange-export.tpl.php index c6eeb51..084fea2 100755 --- a/Theme/Backend/exchange-export.tpl.php +++ b/Theme/Backend/exchange-export.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/exchange-import-list.tpl.php b/Theme/Backend/exchange-import-list.tpl.php index b3b70da..e37c3fc 100755 --- a/Theme/Backend/exchange-import-list.tpl.php +++ b/Theme/Backend/exchange-import-list.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/exchange-import.tpl.php b/Theme/Backend/exchange-import.tpl.php index 791c480..14f5874 100755 --- a/Theme/Backend/exchange-import.tpl.php +++ b/Theme/Backend/exchange-import.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/exchange-log-list.tpl.php b/Theme/Backend/exchange-log-list.tpl.php index 0c47c1c..883dec0 100755 --- a/Theme/Backend/exchange-log-list.tpl.php +++ b/Theme/Backend/exchange-log-list.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/Theme/Backend/exchange-log.tpl.php b/Theme/Backend/exchange-log.tpl.php index 21ff911..24c729f 100755 --- a/Theme/Backend/exchange-log.tpl.php +++ b/Theme/Backend/exchange-log.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index dd37171..3502fb9 100755 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Autoloader.php b/tests/Autoloader.php index d7fd765..d032623 100755 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ namespace tests; * * @package tests * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Autoloader diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index a0d0494..d1c51e8 100755 --- a/tests/Controller/ApiControllerTest.php +++ b/tests/Controller/ApiControllerTest.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Interfaces/OMS/Export/LanguageExport.php b/tests/Interfaces/OMS/Export/LanguageExport.php index c5424d2..75ac404 100755 --- a/tests/Interfaces/OMS/Export/LanguageExport.php +++ b/tests/Interfaces/OMS/Export/LanguageExport.php @@ -8,6 +8,6 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Interfaces/OMS/Exporter.php b/tests/Interfaces/OMS/Exporter.php index e0a27f0..e21f490 100755 --- a/tests/Interfaces/OMS/Exporter.php +++ b/tests/Interfaces/OMS/Exporter.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -25,7 +25,7 @@ use phpOMS\Utils\StringUtils; * * @package Modules\Exchange\Models\Interfaces\OMS * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Exporter extends ExporterAbstract diff --git a/tests/Interfaces/OMS/Import/LanguageImport.php b/tests/Interfaces/OMS/Import/LanguageImport.php index bf01671..e56441c 100755 --- a/tests/Interfaces/OMS/Import/LanguageImport.php +++ b/tests/Interfaces/OMS/Import/LanguageImport.php @@ -8,6 +8,6 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Interfaces/OMS/Importer.php b/tests/Interfaces/OMS/Importer.php index 58191a9..4e11d0a 100755 --- a/tests/Interfaces/OMS/Importer.php +++ b/tests/Interfaces/OMS/Importer.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); @@ -28,7 +28,7 @@ use phpOMS\Message\RequestAbstract; * * @package Modules\Exchange\Models\Interfaces\OMS * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class Importer extends ImporterAbstract @@ -193,7 +193,7 @@ final class Importer extends ImporterAbstract . " * @copyright Dennis Eichhorn\n" . " * @license OMS License 1.0\n" . " * @version 1.0.0\n" - . " * @link https://karaka.app\n" + . " * @link https://jingga.app\n" . " */\n" . "declare(strict_types=1);\n\n" . "return ['" . ($file === '' ? $module : $file) . "' => [\n" diff --git a/tests/Interfaces/OMS/Lang/en.lang.php b/tests/Interfaces/OMS/Lang/en.lang.php index 3c964e7..00a11c0 100755 --- a/tests/Interfaces/OMS/Lang/en.lang.php +++ b/tests/Interfaces/OMS/Lang/en.lang.php @@ -10,7 +10,7 @@ declare(strict_types=1); * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ return [ 'Language' => 'Language', diff --git a/tests/Interfaces/OMS/export.tpl.php b/tests/Interfaces/OMS/export.tpl.php index 6f82cdf..ec9ddc1 100755 --- a/tests/Interfaces/OMS/export.tpl.php +++ b/tests/Interfaces/OMS/export.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Interfaces/OMS/import.tpl.php b/tests/Interfaces/OMS/import.tpl.php index e212afe..7920064 100755 --- a/tests/Interfaces/OMS/import.tpl.php +++ b/tests/Interfaces/OMS/import.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Models/ExchangeLogTest.php b/tests/Models/ExchangeLogTest.php index 59088df..059d8c0 100755 --- a/tests/Models/ExchangeLogTest.php +++ b/tests/Models/ExchangeLogTest.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Models/ExporterAbstractTest.php b/tests/Models/ExporterAbstractTest.php index 92090d2..a1d940c 100755 --- a/tests/Models/ExporterAbstractTest.php +++ b/tests/Models/ExporterAbstractTest.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Models/ImporterAbstractTest.php b/tests/Models/ImporterAbstractTest.php index f651825..7b5eac9 100755 --- a/tests/Models/ImporterAbstractTest.php +++ b/tests/Models/ImporterAbstractTest.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Models/InterfaceManagerTest.php b/tests/Models/InterfaceManagerTest.php index 20ee145..34d6d58 100755 --- a/tests/Models/InterfaceManagerTest.php +++ b/tests/Models/InterfaceManagerTest.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Models/NullExchangeLogTest.php b/tests/Models/NullExchangeLogTest.php index b0f4750..9ae2cd9 100755 --- a/tests/Models/NullExchangeLogTest.php +++ b/tests/Models/NullExchangeLogTest.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1); diff --git a/tests/Models/NullInterfaceManagerTest.php b/tests/Models/NullInterfaceManagerTest.php index bfe1eee..f174cc4 100755 --- a/tests/Models/NullInterfaceManagerTest.php +++ b/tests/Models/NullInterfaceManagerTest.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link https://karaka.app + * @link https://jingga.app */ declare(strict_types=1);