Automated formatting changes

This commit is contained in:
Formatter Bot 2020-10-21 21:04:12 +00:00
parent 2db5404d5e
commit 560b1cda87

View File

@ -52,7 +52,7 @@ final class EditorDocMapper extends DataMapperAbstract
*/
protected static array $belongsTo = [
'createdBy' => [
'mapper' => AccountMapper::class,
'mapper' => AccountMapper::class,
'external' => 'editor_doc_created_by',
],
];