mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-12 23:08:42 +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 = [
|
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',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user