Changing frequency
This commit is contained in:
parent
9fe028e1cc
commit
28f1bcfce9
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class SyncCustomers extends Command
|
||||||
'type' => 'http',
|
'type' => 'http',
|
||||||
'params' => 'restovisio.com',
|
'params' => 'restovisio.com',
|
||||||
'creation_date' => date('Y-m-d H:i:s'),
|
'creation_date' => date('Y-m-d H:i:s'),
|
||||||
'frequency' => 600,
|
'frequency' => 3600,
|
||||||
'active' => 1,
|
'active' => 1,
|
||||||
'group_id' => $c->id
|
'group_id' => $c->id
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue