too many changes

This commit is contained in:
Dennis Eichhorn 2023-03-11 23:38:19 +01:00
parent 527b14d054
commit 1a1eae36cb
10 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
/**
* Karaka
*
* PHP Version 7.4
* PHP Version 8.1
*
* @package Web\{APPNAME}
* @copyright Dennis Eichhorn

View File

@ -11,7 +11,7 @@
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Karaka",
"name": "Jingga",
"website": "jingga.app"
},
"description": "The shop application.",

View File

@ -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": [

View File

@ -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';
}

View File

@ -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';
}

View File

@ -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';
}

View File

@ -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';
}

View File

@ -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';
}

View File

@ -1,6 +1,6 @@
{
"name": "karaka/module",
"description": "Module for Karaka.",
"description": "Module for Jingga.",
"authors": [
{
"name": "Dennis Eichhorn",

View File

@ -11,7 +11,7 @@
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Karaka",
"name": "Jingga",
"website": "jingga.app"
},
"description": "QA module.",