From 217428296af158223ee24e7e923944a565ed132f Mon Sep 17 00:00:00 2001 From: Axel <1597611+axeloz@users.noreply.github.com> Date: Mon, 20 Dec 2021 23:15:51 +0100 Subject: [PATCH] Fixing text search --- app/Console/Commands/SyncCustomers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/SyncCustomers.php b/app/Console/Commands/SyncCustomers.php index 1ac066f..418afc6 100644 --- a/app/Console/Commands/SyncCustomers.php +++ b/app/Console/Commands/SyncCustomers.php @@ -113,7 +113,7 @@ class SyncCustomers extends Command ', [ 'host' => 'https://'.trim($c->domain), 'type' => 'http', - 'params' => 'propulsé par', + 'params' => 'restovisio.com', 'creation_date' => date('Y-m-d H:i:s'), 'frequency' => 600, 'active' => 1,