mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-24 21:28:40 +00:00
too many changes
This commit is contained in:
parent
d8656ddd83
commit
a1fc5f1002
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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