From 87dd0dac94195bc9c7003474022ac088d8093bb2 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Wed, 21 Oct 2020 21:02:54 +0000 Subject: [PATCH] Automated formatting changes --- Models/ClientMapper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/ClientMapper.php b/Models/ClientMapper.php index c5a8552..0da70a9 100644 --- a/Models/ClientMapper.php +++ b/Models/ClientMapper.php @@ -80,11 +80,11 @@ final class ClientMapper extends DataMapperAbstract */ protected static array $ownsOne = [ 'profile' => [ - 'mapper' => ProfileMapper::class, + 'mapper' => ProfileMapper::class, 'external' => 'clientmgmt_client_profile', ], 'mainAddress' => [ - 'mapper' => AddressMapper::class, + 'mapper' => AddressMapper::class, 'external' => 'clientmgmt_client_address', ], ];