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 7cb0d4c commit af8afa7Copy full SHA for af8afa7
src/Searchable.php
@@ -23,12 +23,17 @@ trait Searchable
23
private $highlight = null;
24
25
/**
26
- * Defines if te model is searchable.
+ * Defines if the model is searchable.
27
*
28
* @var bool
29
*/
30
protected static $isSearchableTraitBooted = false;
31
32
+ /**
33
+ * Boot the trait.
34
+ *
35
+ * @return void
36
+ */
37
public static function bootSearchable()
38
{
39
if (static::$isSearchableTraitBooted) {
0 commit comments