Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rekall
laravel-scout-solr
Commits
bc91e86d
Commit
bc91e86d
authored
Dec 19, 2018
by
Bert Balcaen
Browse files
Fixing compatibility with Scout 6.
parent
5f280898
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SolrEngine.php
View file @
bc91e86d
...
...
@@ -152,4 +152,15 @@ class SolrEngine extends Engine
{
return
$results
->
getNumFound
();
}
/**
* Flush all of the model's records from the engine.
*
* @param \Illuminate\Database\Eloquent\Model $model
* @return void
*/
public
function
flush
(
$model
)
{
//
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment