diff --git a/Admin/Install/Media.php b/Admin/Install/Media.php index 3e32e72..66825cb 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\Surveys\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 85f93f8..3b8f187 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\Surveys\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 14f90c6..4ca2079 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); @@ -21,7 +21,7 @@ use phpOMS\Module\InstallerAbstract; * * @package Modules\Surveys\Admin * @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/Backend.php b/Admin/Routes/Web/Backend.php index 9a0eda8..5332d91 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 758b8db..0e8ee99 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\Surveys\Admin * @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 bde8461..67eec6e 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\Surveys\Admin * @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 4b3a247..fb99810 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\Surveys\Admin * @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 c510273..80ab0d0 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); @@ -41,7 +41,7 @@ use phpOMS\Utils\Parser\Markdown\Markdown; * * @package Modules\Surveys * @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 5aad163..248dcc7 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); @@ -27,7 +27,7 @@ use phpOMS\Views\View; * * @package Modules\Surveys * @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 fbe8af3..423d42e 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); @@ -22,7 +22,7 @@ use phpOMS\Module\WebInterface; * * @package Modules\Surveys * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class Controller extends ModuleAbstract implements WebInterface diff --git a/Models/NullSurveyTemplate.php b/Models/NullSurveyTemplate.php index 982f4c6..4bd7751 100755 --- a/Models/NullSurveyTemplate.php +++ b/Models/NullSurveyTemplate.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\Surveys\Models; * * @package Modules\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullSurveyTemplate extends SurveyTemplate diff --git a/Models/NullSurveyTemplateElement.php b/Models/NullSurveyTemplateElement.php index eb38b33..968a080 100755 --- a/Models/NullSurveyTemplateElement.php +++ b/Models/NullSurveyTemplateElement.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\Surveys\Models; * * @package Modules\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullSurveyTemplateElement extends SurveyTemplateElement diff --git a/Models/NullSurveyTemplateElementL11n.php b/Models/NullSurveyTemplateElementL11n.php index 43dc26a..ffe9a24 100755 --- a/Models/NullSurveyTemplateElementL11n.php +++ b/Models/NullSurveyTemplateElementL11n.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\Surveys\Models; * * @package Modules\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullSurveyTemplateElementL11n extends SurveyTemplateElementL11n diff --git a/Models/NullSurveyTemplateL11n.php b/Models/NullSurveyTemplateL11n.php index c090a7a..b6006ef 100755 --- a/Models/NullSurveyTemplateL11n.php +++ b/Models/NullSurveyTemplateL11n.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\Surveys\Models; * * @package Modules\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullSurveyTemplateL11n extends SurveyTemplateL11n diff --git a/Models/NullSurveyTemplateLabelL11n.php b/Models/NullSurveyTemplateLabelL11n.php index 32d8bd2..a67dc3e 100755 --- a/Models/NullSurveyTemplateLabelL11n.php +++ b/Models/NullSurveyTemplateLabelL11n.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\Surveys\Models; * * @package Modules\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class NullSurveyTemplateLabelL11n extends SurveyTemplateLabelL11n diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php index af73f95..a10cbbb 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\Surveys\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/Models/SurveyAnswer.php b/Models/SurveyAnswer.php index 0436cea..e966511 100755 --- a/Models/SurveyAnswer.php +++ b/Models/SurveyAnswer.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\Surveys\Models; * * @package Modules\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SurveyAnswer diff --git a/Models/SurveyElementType.php b/Models/SurveyElementType.php index d26aa1e..26527f5 100755 --- a/Models/SurveyElementType.php +++ b/Models/SurveyElementType.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\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class SurveyElementType extends Enum diff --git a/Models/SurveyStatus.php b/Models/SurveyStatus.php index 61db76a..a7f79a3 100755 --- a/Models/SurveyStatus.php +++ b/Models/SurveyStatus.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\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ abstract class SurveyStatus extends Enum diff --git a/Models/SurveyTemplate.php b/Models/SurveyTemplate.php index af7a003..a9b9426 100755 --- a/Models/SurveyTemplate.php +++ b/Models/SurveyTemplate.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\Localization\ISO639x1Enum; * * @package Modules\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class SurveyTemplate diff --git a/Models/SurveyTemplateElement.php b/Models/SurveyTemplateElement.php index edf8778..44cac7e 100755 --- a/Models/SurveyTemplateElement.php +++ b/Models/SurveyTemplateElement.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\Localization\ISO639x1Enum; * * @package Modules\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class SurveyTemplateElement diff --git a/Models/SurveyTemplateElementL11n.php b/Models/SurveyTemplateElementL11n.php index 7a01c89..dafb5b4 100755 --- a/Models/SurveyTemplateElementL11n.php +++ b/Models/SurveyTemplateElementL11n.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\Localization\ISO639x1Enum; * * @package Modules\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class SurveyTemplateElementL11n implements \JsonSerializable diff --git a/Models/SurveyTemplateElementL11nMapper.php b/Models/SurveyTemplateElementL11nMapper.php index d25a1a7..114161a 100755 --- a/Models/SurveyTemplateElementL11nMapper.php +++ b/Models/SurveyTemplateElementL11nMapper.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\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SurveyTemplateElementL11nMapper extends DataMapperFactory diff --git a/Models/SurveyTemplateElementMapper.php b/Models/SurveyTemplateElementMapper.php index eb63f82..3d35e90 100755 --- a/Models/SurveyTemplateElementMapper.php +++ b/Models/SurveyTemplateElementMapper.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\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SurveyTemplateElementMapper extends DataMapperFactory diff --git a/Models/SurveyTemplateL11n.php b/Models/SurveyTemplateL11n.php index fda0062..29b4a42 100755 --- a/Models/SurveyTemplateL11n.php +++ b/Models/SurveyTemplateL11n.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\Localization\ISO639x1Enum; * * @package Modules\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class SurveyTemplateL11n implements \JsonSerializable diff --git a/Models/SurveyTemplateL11nMapper.php b/Models/SurveyTemplateL11nMapper.php index 6240cf0..bec62f1 100755 --- a/Models/SurveyTemplateL11nMapper.php +++ b/Models/SurveyTemplateL11nMapper.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\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SurveyTemplateL11nMapper extends DataMapperFactory diff --git a/Models/SurveyTemplateLabelL11n.php b/Models/SurveyTemplateLabelL11n.php index e35129d..dbbe7e6 100755 --- a/Models/SurveyTemplateLabelL11n.php +++ b/Models/SurveyTemplateLabelL11n.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\Localization\ISO639x1Enum; * * @package Modules\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ class SurveyTemplateLabelL11n implements \JsonSerializable diff --git a/Models/SurveyTemplateLabelL11nMapper.php b/Models/SurveyTemplateLabelL11nMapper.php index decd7d7..16316ac 100755 --- a/Models/SurveyTemplateLabelL11nMapper.php +++ b/Models/SurveyTemplateLabelL11nMapper.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\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SurveyTemplateLabelL11nMapper extends DataMapperFactory diff --git a/Models/SurveyTemplateMapper.php b/Models/SurveyTemplateMapper.php index bddf6d0..8fc946a 100755 --- a/Models/SurveyTemplateMapper.php +++ b/Models/SurveyTemplateMapper.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\DataStorage\Database\Mapper\ReadMapper; * * @package Modules\Surveys\Models * @license OMS License 1.0 - * @link https://karaka.app + * @link https://jingga.app * @since 1.0.0 */ final class SurveyTemplateMapper extends DataMapperFactory diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php index 5b20cc3..0a5adef 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 e2bc20a..f58149b 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 ac6ff76..0931d30 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 fabccd3..7f49111 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 d4e4f04..673d998 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 c61dae7..96aa1d0 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 44d7efa..8adfa3a 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 16704c0..35c9f15 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 4b3510a..896f16f 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 e14ccd8..e45b97b 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 2dad1ca..fa62383 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 039b9e5..87a3c35 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 e770d7c..d7d93ea 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 6cc61cd..fcf464b 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 72f8e84..19a7b27 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 b1215eb..b5ea61f 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 612ffcd..331d1e0 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 104a52a..cfefa1b 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 01f9fa7..b26b1d7 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 990f088..92a9365 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 9ebc9b2..66e4235 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 0c11717..2ef4946 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 f41a9ad..5ec1758 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 c4f547c..8ab2aa8 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 70e8e36..0affac9 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 90e8b4a..6bea1d3 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 fe9a09a..78796d8 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 f0f2158..4d962ad 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 d13954f..9a0aa3a 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 7f44817..7afeeb1 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 09df954..399443d 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 c1c66b6..c10c6ac 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 e693b0d..1873c2a 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 c0ceb27..6deca95 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 b2670d0..5962000 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 7815d3b..81a3574 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 40db134..8b40496 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 22cc921..904002e 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 47acc54..54ff718 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 2df3119..efc9bf5 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 d4e67a0..e844cdc 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 666e6ed..a95cf08 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 effa869..ef23ddd 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 898edb9..82b5301 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/surveys-create.tpl.php b/Theme/Backend/surveys-create.tpl.php index 8233552..35aed5a 100755 --- a/Theme/Backend/surveys-create.tpl.php +++ b/Theme/Backend/surveys-create.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/surveys-list.tpl.php b/Theme/Backend/surveys-list.tpl.php index 19d3227..ba8bf1b 100755 --- a/Theme/Backend/surveys-list.tpl.php +++ b/Theme/Backend/surveys-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/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 75fc1f0..a087f47 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/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index 85f770c..ffe3b2a 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/Models/NullSurveyTemplateElementL11nTest.php b/tests/Models/NullSurveyTemplateElementL11nTest.php index c361456..f612174 100755 --- a/tests/Models/NullSurveyTemplateElementL11nTest.php +++ b/tests/Models/NullSurveyTemplateElementL11nTest.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/NullSurveyTemplateElementTest.php b/tests/Models/NullSurveyTemplateElementTest.php index ec4dc0b..64f2c35 100755 --- a/tests/Models/NullSurveyTemplateElementTest.php +++ b/tests/Models/NullSurveyTemplateElementTest.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/NullSurveyTemplateL11nTest.php b/tests/Models/NullSurveyTemplateL11nTest.php index 7a579d0..5bf3bfb 100755 --- a/tests/Models/NullSurveyTemplateL11nTest.php +++ b/tests/Models/NullSurveyTemplateL11nTest.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/NullSurveyTemplateLabelL11nTest.php b/tests/Models/NullSurveyTemplateLabelL11nTest.php index 2156be8..63ace6b 100755 --- a/tests/Models/NullSurveyTemplateLabelL11nTest.php +++ b/tests/Models/NullSurveyTemplateLabelL11nTest.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/NullSurveyTemplateTest.php b/tests/Models/NullSurveyTemplateTest.php index 8a37a7b..b0f8091 100755 --- a/tests/Models/NullSurveyTemplateTest.php +++ b/tests/Models/NullSurveyTemplateTest.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/SurveyTemplateElementL11nTest.php b/tests/Models/SurveyTemplateElementL11nTest.php index 5a1aae9..e891a76 100755 --- a/tests/Models/SurveyTemplateElementL11nTest.php +++ b/tests/Models/SurveyTemplateElementL11nTest.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/SurveyTemplateElementTest.php b/tests/Models/SurveyTemplateElementTest.php index 1ef1d02..b54c40f 100755 --- a/tests/Models/SurveyTemplateElementTest.php +++ b/tests/Models/SurveyTemplateElementTest.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/SurveyTemplateL11nTest.php b/tests/Models/SurveyTemplateL11nTest.php index 24f9bb8..d7e5030 100755 --- a/tests/Models/SurveyTemplateL11nTest.php +++ b/tests/Models/SurveyTemplateL11nTest.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/SurveyTemplateLabelL11nTest.php b/tests/Models/SurveyTemplateLabelL11nTest.php index 34f8b5e..1babc90 100755 --- a/tests/Models/SurveyTemplateLabelL11nTest.php +++ b/tests/Models/SurveyTemplateLabelL11nTest.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/SurveyTemplateTest.php b/tests/Models/SurveyTemplateTest.php index 03df853..74e4c87 100755 --- a/tests/Models/SurveyTemplateTest.php +++ b/tests/Models/SurveyTemplateTest.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);