diff --git a/config/scout.php b/config/scout.php index 96f740d08..857e3a521 100644 --- a/config/scout.php +++ b/config/scout.php @@ -15,7 +15,7 @@ return [ | */ - 'driver' => env('SCOUT_DRIVER', 'algolia'), + 'driver' => env('SCOUT_DRIVER', 'null'), /* |-------------------------------------------------------------------------- @@ -41,7 +41,7 @@ return [ | */ - 'queue' => env('SCOUT_QUEUE', false), + 'queue' => env('SCOUT_QUEUE', true), /* |-------------------------------------------------------------------------- diff --git a/packages/Webkul/Shop/src/Resources/views/cms/page.blade.php b/packages/Webkul/Shop/src/Resources/views/cms/page.blade.php index 88fd53aa4..0ea7bf3ae 100644 --- a/packages/Webkul/Shop/src/Resources/views/cms/page.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/cms/page.blade.php @@ -10,7 +10,7 @@ -