mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-23 05:08:41 +00:00
Automated formatting changes
This commit is contained in:
parent
71f0017b05
commit
87dd0dac94
|
|
@ -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',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user