too many changes

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

View File

@ -55,5 +55,5 @@ final class ContactElementMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='profile_contact_element_id';
public const PRIMARYFIELD = 'profile_contact_element_id';
}

View File

@ -73,7 +73,7 @@ final class ContactMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='profile_contact_id';
public const PRIMARYFIELD = 'profile_contact_id';
/**
* Has many relation.

View File

@ -15,7 +15,6 @@ declare(strict_types=1);
namespace Modules\Profile\Models;
use Modules\Admin\Models\AccountMapper;
use Modules\Admin\Models\AddressMapper;
use Modules\Media\Models\MediaMapper;
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
@ -92,5 +91,5 @@ final class ProfileMapper extends DataMapperFactory
* @var string
* @since 1.0.0
*/
public const PRIMARYFIELD ='profile_account_id';
public const PRIMARYFIELD = 'profile_account_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": "The profile module allows users to manage their own account and lookup other user accounts.",