Fixing customers
This commit is contained in:
parent
c2e2532103
commit
630ac562ee
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class SyncCustomers extends Command
|
||||||
|
|
||||||
if (false === array_search(trim($c->domain), $tasks_flat)) {
|
if (false === array_search(trim($c->domain), $tasks_flat)) {
|
||||||
$ret = app('db')->insert('
|
$ret = app('db')->insert('
|
||||||
INSERT INTO tasks (`host`, `type`, `params`, `creation_date`, `frequency`, `active`, `group_id`)
|
INSERT INTO tasks (`host`, `type`, `params`, `creation_at`, `frequency`, `active`, `group_id`)
|
||||||
VALUES(:host, :type, :params, :creation_date, :frequency, :active, :group_id)
|
VALUES(:host, :type, :params, :creation_date, :frequency, :active, :group_id)
|
||||||
', [
|
', [
|
||||||
'host' => 'https://'.trim($c->domain),
|
'host' => 'https://'.trim($c->domain),
|
||||||
|
|
Loading…
Add table
Reference in a new issue