diff --git a/Models/ContactElementMapper.php b/Models/ContactElementMapper.php index 4f5221a..9836755 100755 --- a/Models/ContactElementMapper.php +++ b/Models/ContactElementMapper.php @@ -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'; } diff --git a/Models/ContactMapper.php b/Models/ContactMapper.php index fa24e80..ef8fd7f 100755 --- a/Models/ContactMapper.php +++ b/Models/ContactMapper.php @@ -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. diff --git a/Models/ProfileMapper.php b/Models/ProfileMapper.php index dc9e15c..c122e72 100755 --- a/Models/ProfileMapper.php +++ b/Models/ProfileMapper.php @@ -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'; } diff --git a/composer.json b/composer.json index 15e8d01..6fc1e5d 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "karaka/module", - "description": "Module for Karaka.", + "description": "Module for Jingga.", "authors": [ { "name": "Dennis Eichhorn", diff --git a/info.json b/info.json index 3a4c367..049f3bd 100755 --- a/info.json +++ b/info.json @@ -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.",