Automated formatting changes

This commit is contained in:
Formatter Bot 2020-10-21 21:13:02 +00:00
parent 8c08041f20
commit 79310ee61a
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ final class ContactElementMapper extends DataMapperAbstract
*/ */
protected static array $ownsOne = [ protected static array $ownsOne = [
'image' => [ 'image' => [
'mapper' => MediaMapper::class, 'mapper' => MediaMapper::class,
'external' => 'profile_contact_image', 'external' => 'profile_contact_image',
], ],
]; ];

View File

@ -52,11 +52,11 @@ final class ProfileMapper extends DataMapperAbstract
*/ */
protected static array $ownsOne = [ protected static array $ownsOne = [
'account' => [ 'account' => [
'mapper' => AccountMapper::class, 'mapper' => AccountMapper::class,
'external' => 'profile_account_account', 'external' => 'profile_account_account',
], ],
'image' => [ 'image' => [
'mapper' => MediaMapper::class, 'mapper' => MediaMapper::class,
'external' => 'profile_account_image', 'external' => 'profile_account_image',
], ],
]; ];