This repository was archived by the owner on Jan 9, 2024. It is now read-only.
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
Class 'Yab\MySQLScout\Engines\Modes\' not found #109
Open
Description
$this->app->singleton(ModeContainer::class, function ($app) { $engineNamespace = 'Yab\\MySQLScout\\Engines\\Modes\\'; $mode = $engineNamespace.Str::studly(strtolower(config('scout.mysql.mode'))); $fallbackMode = $engineNamespace.Str::studly(strtolower(config('scout.mysql.min_fulltext_search_fallback'))); return new ModeContainer(new $mode(), new $fallbackMode()); }); }}
Metadata
Metadata
Assignees
Labels
No labels