mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-17 04:38:41 +00:00
php cs fixer
This commit is contained in:
parent
1ffee520b9
commit
d62e9a1494
|
|
@ -59,7 +59,7 @@ final class KanbanBoardMapper extends DataMapperAbstract
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
static protected $belongsTo = [
|
protected static $belongsTo = [
|
||||||
'createdBy' => [
|
'createdBy' => [
|
||||||
'mapper' => AccountMapper::class,
|
'mapper' => AccountMapper::class,
|
||||||
'src' => 'kanban_board_created_by',
|
'src' => 'kanban_board_created_by',
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ final class KanbanCardMapper extends DataMapperAbstract
|
||||||
'kanban_card_created_by' => ['name' => 'kanban_card_created_by', 'type' => 'int', 'internal' => 'createdBy'],
|
'kanban_card_created_by' => ['name' => 'kanban_card_created_by', 'type' => 'int', 'internal' => 'createdBy'],
|
||||||
];
|
];
|
||||||
|
|
||||||
static protected $belongsTo = [
|
protected static $belongsTo = [
|
||||||
'createdBy' => [
|
'createdBy' => [
|
||||||
'mapper' => AccountMapper::class,
|
'mapper' => AccountMapper::class,
|
||||||
'src' => 'kanban_card_created_by',
|
'src' => 'kanban_card_created_by',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user