We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2a291 commit f8ed89dCopy full SHA for f8ed89d
src/Cmgmyr/Messenger/Models/Thread.php
@@ -67,7 +67,7 @@ public function participants()
67
*/
68
public function creator()
69
{
70
- return $this->messages()->latest()->first()->user;
+ return $this->messages()->oldest()->first()->user;
71
}
72
73
/**
0 commit comments