php cs fixer

This commit is contained in:
Dennis Eichhorn 2018-12-28 19:13:17 +01:00
parent 1ffee520b9
commit d62e9a1494
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ final class KanbanBoardMapper extends DataMapperAbstract
],
];
static protected $belongsTo = [
protected static $belongsTo = [
'createdBy' => [
'mapper' => AccountMapper::class,
'src' => 'kanban_board_created_by',

View File

@ -48,7 +48,7 @@ final class KanbanCardMapper extends DataMapperAbstract
'kanban_card_created_by' => ['name' => 'kanban_card_created_by', 'type' => 'int', 'internal' => 'createdBy'],
];
static protected $belongsTo = [
protected static $belongsTo = [
'createdBy' => [
'mapper' => AccountMapper::class,
'src' => 'kanban_card_created_by',