mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Auto commit for release 'develop' on 2025-01-05
This commit is contained in:
@@ -51,8 +51,8 @@ class SearchServiceProvider extends ServiceProvider
|
||||
static function (): GdbotsQueryParser|QueryParser {
|
||||
$implementation = config('search.query_parser');
|
||||
|
||||
return match($implementation) {
|
||||
'new' => app(QueryParser::class),
|
||||
return match ($implementation) {
|
||||
'new' => app(QueryParser::class),
|
||||
default => app(GdbotsQueryParser::class),
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user