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 7c9e07f commit 8a404bcCopy full SHA for 8a404bc
tests/AlgoliaEngineTest.php
@@ -8,8 +8,8 @@
8
use PHPUnit\Framework\TestCase;
9
use Algolia\AlgoliaSearch\SearchClient;
10
use Laravel\Scout\Engines\AlgoliaEngine;
11
-use Laravel\Scout\Tests\Fixtures\SearchableModel;
12
use Illuminate\Database\Eloquent\Collection;
+use Laravel\Scout\Tests\Fixtures\SearchableModel;
13
14
class AlgoliaEngineTest extends TestCase
15
{
@@ -170,7 +170,7 @@ public function test_update_empty_searchable_array_from_soft_deleted_model_does_
170
}
171
172
173
-class SoftDeletedEmptySearchableModel extends EmptyTestModel
+class SoftDeletedEmptySearchableModel extends SearchableModel
174
175
public function toSearchableArray()
176
0 commit comments