mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-15 15:28:42 +00:00
too many changes
This commit is contained in:
parent
527b14d054
commit
1a1eae36cb
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Karaka
|
* Karaka
|
||||||
*
|
*
|
||||||
* PHP Version 7.4
|
* PHP Version 8.1
|
||||||
*
|
*
|
||||||
* @package Web\{APPNAME}
|
* @package Web\{APPNAME}
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"phpOMS-db": "1.0.0"
|
"phpOMS-db": "1.0.0"
|
||||||
},
|
},
|
||||||
"creator": {
|
"creator": {
|
||||||
"name": "Karaka",
|
"name": "Jingga",
|
||||||
"website": "jingga.app"
|
"website": "jingga.app"
|
||||||
},
|
},
|
||||||
"description": "The shop application.",
|
"description": "The shop application.",
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"dir": "ltr",
|
"dir": "ltr",
|
||||||
"start_url": "../../{APPNAME}",
|
"start_url": "../../{APPNAME}",
|
||||||
"type": "privileged",
|
"type": "privileged",
|
||||||
"name": "Karaka Shop",
|
"name": "Jingga Shop",
|
||||||
"description": "OMS shop application.",
|
"description": "OMS shop application.",
|
||||||
"short_name": "OMS Shop",
|
"short_name": "OMS Shop",
|
||||||
"icons": [
|
"icons": [
|
||||||
|
|
|
||||||
|
|
@ -106,5 +106,5 @@ final class QAAnswerMapper extends DataMapperFactory
|
||||||
* @var string
|
* @var string
|
||||||
* @since 1.0.0
|
* @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
|
* @var string
|
||||||
* @since 1.0.0
|
* @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
|
* @var string
|
||||||
* @since 1.0.0
|
* @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
|
* @var string
|
||||||
* @since 1.0.0
|
* @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
|
* @var string
|
||||||
* @since 1.0.0
|
* @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",
|
"name": "karaka/module",
|
||||||
"description": "Module for Karaka.",
|
"description": "Module for Jingga.",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Dennis Eichhorn",
|
"name": "Dennis Eichhorn",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user