Skip to content

Commit 0ee85b1

Browse files
committed
fix spacing
1 parent ccaac91 commit 0ee85b1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/scout.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -181,17 +181,17 @@ application to support Atlas Search queries.
181181

182182
.. code-block:: php
183183

184-
class Movie extends Model
185-
{
186-
....
187-
public function toSearchableArray(): array
188-
{
189-
return [
190-
'plot' => $this->plot,
191-
'title' => $this->title,
192-
];
193-
}
194-
}
184+
class Movie extends Model
185+
{
186+
....
187+
public function toSearchableArray(): array
188+
{
189+
return [
190+
'plot' => $this->plot,
191+
'title' => $this->title,
192+
];
193+
}
194+
}
195195

196196
.. TODO Use an External Search Engine
197197
.. -----------------------------

0 commit comments

Comments
 (0)