Fixing text search

This commit is contained in:
Axel 2021-12-20 23:15:51 +01:00
parent 7b999e994b
commit 217428296a

View file

@ -113,7 +113,7 @@ class SyncCustomers extends Command
', [ ', [
'host' => 'https://'.trim($c->domain), 'host' => 'https://'.trim($c->domain),
'type' => 'http', 'type' => 'http',
'params' => 'propulsé par', 'params' => 'restovisio.com',
'creation_date' => date('Y-m-d H:i:s'), 'creation_date' => date('Y-m-d H:i:s'),
'frequency' => 600, 'frequency' => 600,
'active' => 1, 'active' => 1,