From 3eb4a1bb5381e3bb842560723849963adfe82016 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 3 Sep 2019 21:01:09 +0200 Subject: [PATCH] prepare for localization support in mapeprs --- Models/ClientMapper.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Models/ClientMapper.php b/Models/ClientMapper.php index b5a3d8d..25155e4 100644 --- a/Models/ClientMapper.php +++ b/Models/ClientMapper.php @@ -75,7 +75,9 @@ final class ClientMapper extends DataMapperAbstract 'mapper' => ProfileMapper::class, 'src' => 'clientmgmt_client_account', ], - ]; /** + ]; + + /** * Has many relation. * * @var array>