Skip to content

Commit 8c9c5c8

Browse files
joedixonStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 980577d commit 8c9c5c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Models/Thread.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,13 @@ public function replyAbleSubject(): string
214214
{
215215
return $this->subject();
216216
}
217-
217+
218218
public function toSearchableArray(): array
219219
{
220220
return [
221221
'subject' => $this->subject(),
222222
'body' => $this->body(),
223-
'url' => route('thread', $this->slug())
223+
'url' => route('thread', $this->slug()),
224224
];
225225
}
226226
}

0 commit comments

Comments
 (0)