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 * @var string
* @since 1.0.0 * @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 * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
public const PRIMARYFIELD ='profile_contact_id'; public const PRIMARYFIELD = 'profile_contact_id';
/** /**
* Has many relation. * Has many relation.

View File

@ -15,7 +15,6 @@ declare(strict_types=1);
namespace Modules\Profile\Models; namespace Modules\Profile\Models;
use Modules\Admin\Models\AccountMapper; use Modules\Admin\Models\AccountMapper;
use Modules\Admin\Models\AddressMapper;
use Modules\Media\Models\MediaMapper; use Modules\Media\Models\MediaMapper;
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
@ -92,5 +91,5 @@ final class ProfileMapper extends DataMapperFactory
* @var string * @var string
* @since 1.0.0 * @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", "name": "karaka/module",
"description": "Module for Karaka.", "description": "Module for Jingga.",
"authors": [ "authors": [
{ {
"name": "Dennis Eichhorn", "name": "Dennis Eichhorn",

View File

@ -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 profile module allows users to manage their own account and lookup other user accounts.", "description": "The profile module allows users to manage their own account and lookup other user accounts.",