mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-02-08 05:28:41 +00:00
Automated formatting changes
This commit is contained in:
parent
70b980e4f2
commit
2ad5a46d21
|
|
@ -45,9 +45,9 @@ final class CommentListMapper extends DataMapperAbstract
|
|||
*/
|
||||
protected static array $hasMany = [
|
||||
'comments' => [
|
||||
'mapper' => CommentMapper::class,
|
||||
'table' => 'comments_comment',
|
||||
'self' => 'comments_comment_list',
|
||||
'mapper' => CommentMapper::class,
|
||||
'table' => 'comments_comment',
|
||||
'self' => 'comments_comment_list',
|
||||
'external' => null,
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -53,11 +53,11 @@ final class CommentMapper extends DataMapperAbstract
|
|||
*/
|
||||
protected static array $belongsTo = [
|
||||
'createdBy' => [
|
||||
'mapper' => AccountMapper::class,
|
||||
'mapper' => AccountMapper::class,
|
||||
'external' => 'comments_comment_created_by',
|
||||
],
|
||||
'list' => [
|
||||
'mapper' => CommentListMapper::class,
|
||||
'mapper' => CommentListMapper::class,
|
||||
'external' => 'comments_comment_list',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user