Skip to content

Commit 5a32063

Browse files
authored
Dependency for algolia-extended PR
Please see this PR: algolia/scout-extended#292
1 parent 3f2583f commit 5a32063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Searchable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public static function makeAllSearchable($chunk = null)
154154
* @param \Illuminate\Database\Eloquent\Builder $query
155155
* @return \Illuminate\Database\Eloquent\Builder
156156
*/
157-
protected function makeAllSearchableUsing($query)
157+
public function makeAllSearchableUsing($query)
158158
{
159159
return $query;
160160
}

0 commit comments

Comments
 (0)