mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-02-16 17:28:42 +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 = [
|
protected static array $hasMany = [
|
||||||
'comments' => [
|
'comments' => [
|
||||||
'mapper' => CommentMapper::class,
|
'mapper' => CommentMapper::class,
|
||||||
'table' => 'comments_comment',
|
'table' => 'comments_comment',
|
||||||
'self' => 'comments_comment_list',
|
'self' => 'comments_comment_list',
|
||||||
'external' => null,
|
'external' => null,
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -53,11 +53,11 @@ final class CommentMapper extends DataMapperAbstract
|
||||||
*/
|
*/
|
||||||
protected static array $belongsTo = [
|
protected static array $belongsTo = [
|
||||||
'createdBy' => [
|
'createdBy' => [
|
||||||
'mapper' => AccountMapper::class,
|
'mapper' => AccountMapper::class,
|
||||||
'external' => 'comments_comment_created_by',
|
'external' => 'comments_comment_created_by',
|
||||||
],
|
],
|
||||||
'list' => [
|
'list' => [
|
||||||
'mapper' => CommentListMapper::class,
|
'mapper' => CommentListMapper::class,
|
||||||
'external' => 'comments_comment_list',
|
'external' => 'comments_comment_list',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user