mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
fixed typo
This commit is contained in:
parent
2709faf11a
commit
b7e4bc8e20
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user