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 06759ef commit cfd6217Copy full SHA for cfd6217
app/Models/Thread.php
@@ -214,13 +214,13 @@ public function replyAbleSubject(): string
214
{
215
return $this->subject();
216
}
217
-
+
218
public function toSearchableArray(): array
219
220
return [
221
'subject' => $this->subject(),
222
'body' => $this->body(),
223
- 'url' => route('thread', $this->slug())
+ 'url' => route('thread', $this->slug()),
224
];
225
226
0 commit comments