From 1a1eae36cbd4f54469dc2e23afc1c492f32a30ee Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Mar 2023 23:38:19 +0100 Subject: [PATCH] too many changes --- Admin/Install/Application/QA/QAView.php | 2 +- Admin/Install/Application/QA/info.json | 2 +- Admin/Install/Application/QA/manifest.json | 2 +- Models/QAAnswerMapper.php | 2 +- Models/QAAnswerVoteMapper.php | 2 +- Models/QAAppMapper.php | 2 +- Models/QAQuestionMapper.php | 2 +- Models/QAQuestionVoteMapper.php | 2 +- composer.json | 2 +- info.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Admin/Install/Application/QA/QAView.php b/Admin/Install/Application/QA/QAView.php index 8604c9b..5b19e83 100755 --- a/Admin/Install/Application/QA/QAView.php +++ b/Admin/Install/Application/QA/QAView.php @@ -2,7 +2,7 @@ /** * Karaka * - * PHP Version 7.4 + * PHP Version 8.1 * * @package Web\{APPNAME} * @copyright Dennis Eichhorn diff --git a/Admin/Install/Application/QA/info.json b/Admin/Install/Application/QA/info.json index 5bafc76..3be73ac 100755 --- a/Admin/Install/Application/QA/info.json +++ b/Admin/Install/Application/QA/info.json @@ -11,7 +11,7 @@ "phpOMS-db": "1.0.0" }, "creator": { - "name": "Karaka", + "name": "Jingga", "website": "jingga.app" }, "description": "The shop application.", diff --git a/Admin/Install/Application/QA/manifest.json b/Admin/Install/Application/QA/manifest.json index 2333ee9..20090a2 100755 --- a/Admin/Install/Application/QA/manifest.json +++ b/Admin/Install/Application/QA/manifest.json @@ -3,7 +3,7 @@ "dir": "ltr", "start_url": "../../{APPNAME}", "type": "privileged", - "name": "Karaka Shop", + "name": "Jingga Shop", "description": "OMS shop application.", "short_name": "OMS Shop", "icons": [ diff --git a/Models/QAAnswerMapper.php b/Models/QAAnswerMapper.php index d43185c..580c4aa 100755 --- a/Models/QAAnswerMapper.php +++ b/Models/QAAnswerMapper.php @@ -106,5 +106,5 @@ final class QAAnswerMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='qa_answer_id'; + public const PRIMARYFIELD = 'qa_answer_id'; } diff --git a/Models/QAAnswerVoteMapper.php b/Models/QAAnswerVoteMapper.php index efeb78f..509c0e0 100755 --- a/Models/QAAnswerVoteMapper.php +++ b/Models/QAAnswerVoteMapper.php @@ -77,5 +77,5 @@ final class QAAnswerVoteMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='qa_answer_vote_id'; + public const PRIMARYFIELD = 'qa_answer_vote_id'; } diff --git a/Models/QAAppMapper.php b/Models/QAAppMapper.php index b774a54..e5e65e1 100755 --- a/Models/QAAppMapper.php +++ b/Models/QAAppMapper.php @@ -52,5 +52,5 @@ final class QAAppMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='qa_app_id'; + public const PRIMARYFIELD = 'qa_app_id'; } diff --git a/Models/QAQuestionMapper.php b/Models/QAQuestionMapper.php index f9dc4da..b00bb00 100755 --- a/Models/QAQuestionMapper.php +++ b/Models/QAQuestionMapper.php @@ -120,5 +120,5 @@ final class QAQuestionMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='qa_question_id'; + public const PRIMARYFIELD = 'qa_question_id'; } diff --git a/Models/QAQuestionVoteMapper.php b/Models/QAQuestionVoteMapper.php index 8b29089..070361c 100755 --- a/Models/QAQuestionVoteMapper.php +++ b/Models/QAQuestionVoteMapper.php @@ -77,5 +77,5 @@ final class QAQuestionVoteMapper extends DataMapperFactory * @var string * @since 1.0.0 */ - public const PRIMARYFIELD ='qa_question_vote_id'; + public const PRIMARYFIELD = 'qa_question_vote_id'; } diff --git a/composer.json b/composer.json index 15e8d01..6fc1e5d 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "karaka/module", - "description": "Module for Karaka.", + "description": "Module for Jingga.", "authors": [ { "name": "Dennis Eichhorn", diff --git a/info.json b/info.json index 148fa10..5ee90cb 100755 --- a/info.json +++ b/info.json @@ -11,7 +11,7 @@ "phpOMS-db": "1.0.0" }, "creator": { - "name": "Karaka", + "name": "Jingga", "website": "jingga.app" }, "description": "QA module.",