fixed typo

This commit is contained in:
pushrbx 2022-06-21 20:55:36 +01:00
parent 2709faf11a
commit b7e4bc8e20

View File

@ -151,7 +151,7 @@ $app->instance('SerializerV4', SerializerFactory::createV4());
$app->register(Laravel\Scout\ScoutServiceProvider::class);
// we support TypeSense and ElasticSearch as search indexes.
if (env("SCOUT_DRIVER") === "typsense") {
if (env("SCOUT_DRIVER") === "typesense") {
// in this case the TYPESENSE_HOST env var should be set too
$app->register(Typesense\LaravelTypesense\TypesenseServiceProvider::class);
}