Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit af8afa7

Browse files
committed
Fixed Searchable docblocks
1 parent 7cb0d4c commit af8afa7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Searchable.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@ trait Searchable
2323
private $highlight = null;
2424

2525
/**
26-
* Defines if te model is searchable.
26+
* Defines if the model is searchable.
2727
*
2828
* @var bool
2929
*/
3030
protected static $isSearchableTraitBooted = false;
3131

32+
/**
33+
* Boot the trait.
34+
*
35+
* @return void
36+
*/
3237
public static function bootSearchable()
3338
{
3439
if (static::$isSearchableTraitBooted) {

0 commit comments

Comments
 (0)