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 54e5519 commit c2e3f84Copy full SHA for c2e3f84
tests/PostgresEngineServiceProviderTest.php
@@ -7,12 +7,8 @@
7
use Laravel\Scout\EngineManager;
8
use Illuminate\Database\Eloquent\Model;
9
use Illuminate\Contracts\Config\Repository;
10
-use ScoutEngines\Postgres\TsQuery\ToTsQuery;
11
use Illuminate\Contracts\Foundation\Application;
12
-use ScoutEngines\Postgres\TsQuery\PlainToTsQuery;
13
-use ScoutEngines\Postgres\TsQuery\PhraseToTsQuery;
14
use Illuminate\Database\ConnectionResolverInterface;
15
-use ScoutEngines\Postgres\TsQuery\WebSearchToTsQuery;
16
use ScoutEngines\Postgres\PostgresEngineServiceProvider;
17
18
class PostgresEngineServiceProviderTest extends TestCase
0 commit comments