Automated formatting changes

This commit is contained in:
Formatter Bot 2022-04-10 16:06:47 +00:00
parent 96e8f635fa
commit f8939a1b9b
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ final class ClientAttributeTypeMapper extends DataMapperFactory
'mapper' => ClientAttributeValueMapper::class, 'mapper' => ClientAttributeValueMapper::class,
'table' => 'clientmgmt_client_attr_default', 'table' => 'clientmgmt_client_attr_default',
'self' => 'clientmgmt_client_attr_default_type', 'self' => 'clientmgmt_client_attr_default_type',
'external' => 'clientmgmt_client_attr_default_value' 'external' => 'clientmgmt_client_attr_default_value',
], ],
]; ];