Skip to content

Commit 3eae6fb

Browse files
fix: delete User->Comments relationship config in favor of upstream changes
1 parent 8fbb8b8 commit 3eae6fb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

php-config/Emergence/People/User.config.d/laddr-profile.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,3 @@
3939
],
4040
];
4141
User::$dynamicFields[] = 'TechTags';
42-
43-
User::$relationships['Comments'] = [
44-
'type' => 'context-children',
45-
'class' => \Comment::class,
46-
'contextClass' => __CLASS__,
47-
'order' => ['ID' => 'DESC'],
48-
];

0 commit comments

Comments
 (0)