Skip to content

Commit f8ed89d

Browse files
committed
update creator() to use oldest()
1 parent 5e2a291 commit f8ed89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cmgmyr/Messenger/Models/Thread.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function participants()
6767
*/
6868
public function creator()
6969
{
70-
return $this->messages()->latest()->first()->user;
70+
return $this->messages()->oldest()->first()->user;
7171
}
7272

7373
/**

0 commit comments

Comments
 (0)