Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss authored Sep 10, 2019
1 parent d42cbd2 commit 18f3fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engines/AlgoliaEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ protected function usesSoftDelete($model)
{
return in_array(SoftDeletes::class, class_uses_recursive($model));
}

/**
* Dynamically call the Algolia client instance.
*
Expand Down

0 comments on commit 18f3fb1

Please sign in to comment.