We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6d063 commit 609a8a1Copy full SHA for 609a8a1
src/Models/Message.php
@@ -48,7 +48,7 @@ public function participation()
48
49
public function getSenderAttribute()
50
{
51
- $participantModel = $this->participation?->messageable;
+ $participantModel = $this->participation->messageable;
52
53
if (!isset($participantModel)) {
54
return null;
0 commit comments