Disable the scout driver

This commit is contained in:
David Bomba 2024-10-05 07:59:14 +10:00
parent 798cc0682d
commit bc9d9362f1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ return [
|
*/
'driver' => env('SCOUT_DRIVER', 'algolia'),
'driver' => env('SCOUT_DRIVER', null),
/*
|--------------------------------------------------------------------------