mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-02 09:38:40 +00:00
too many changes
This commit is contained in:
parent
527b14d054
commit
1a1eae36cb
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 7.4
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Web\{APPNAME}
|
||||
* @copyright Dennis Eichhorn
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"phpOMS-db": "1.0.0"
|
||||
},
|
||||
"creator": {
|
||||
"name": "Karaka",
|
||||
"name": "Jingga",
|
||||
"website": "jingga.app"
|
||||
},
|
||||
"description": "The shop application.",
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "karaka/module",
|
||||
"description": "Module for Karaka.",
|
||||
"description": "Module for Jingga.",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Dennis Eichhorn",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user