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 ccaac91 commit 0ee85b1Copy full SHA for 0ee85b1
docs/scout.txt
@@ -181,17 +181,17 @@ application to support Atlas Search queries.
181
182
.. code-block:: php
183
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
+ class Movie extends Model
+ {
+ ....
+ public function toSearchableArray(): array
+ return [
+ 'plot' => $this->plot,
+ 'title' => $this->title,
+ ];
+ }
195
196
.. TODO Use an External Search Engine
197
.. -----------------------------
0 commit comments