Automated formatting changes

This commit is contained in:
Formatter Bot 2020-10-21 21:02:54 +00:00
parent 71f0017b05
commit 87dd0dac94

View File

@ -80,11 +80,11 @@ final class ClientMapper extends DataMapperAbstract
*/ */
protected static array $ownsOne = [ protected static array $ownsOne = [
'profile' => [ 'profile' => [
'mapper' => ProfileMapper::class, 'mapper' => ProfileMapper::class,
'external' => 'clientmgmt_client_profile', 'external' => 'clientmgmt_client_profile',
], ],
'mainAddress' => [ 'mainAddress' => [
'mapper' => AddressMapper::class, 'mapper' => AddressMapper::class,
'external' => 'clientmgmt_client_address', 'external' => 'clientmgmt_client_address',
], ],
]; ];