too many changes

This commit is contained in:
Dennis Eichhorn 2023-03-11 23:38:19 +01:00
parent b13b3c9018
commit 1b026df84a
5 changed files with 5 additions and 5 deletions

View File

@ -175,7 +175,7 @@ final class ApiController extends Controller
$l11nTag = $this->createTagL11nFromRequest($request);
$this->createModel($request->header->account, $l11nTag, TagL11nMapper::class, 'tag_l11n', $request->getOrigin());
$this->fillJsonResponse($request, $response, NotificationLevel::OK, 'Localization', 'Tag localization successfully created', $l11nTag);
$this->fillJsonResponse($request, $response, NotificationLevel::OK, 'Localization', 'Localization successfully created', $l11nTag);
}
/**

View File

@ -54,7 +54,7 @@ final class TagL11nMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='tag_l11n_id';
public const PRIMARYFIELD = 'tag_l11n_id';
/**
* Model to use by the mapper.

View File

@ -93,5 +93,5 @@ final class TagMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='tag_id';
public const PRIMARYFIELD = 'tag_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": "Tag module.",