Fixing customers

This commit is contained in:
Axel 2021-12-21 20:33:42 +01:00
parent 630ac562ee
commit e48daa0008

View file

@ -108,7 +108,7 @@ class SyncCustomers extends Command
if (false === array_search(trim($c->domain), $tasks_flat)) {
$ret = app('db')->insert('
INSERT INTO tasks (`host`, `type`, `params`, `creation_at`, `frequency`, `active`, `group_id`)
INSERT INTO tasks (`host`, `type`, `params`, `created_at`, `frequency`, `active`, `group_id`)
VALUES(:host, :type, :params, :creation_date, :frequency, :active, :group_id)
', [
'host' => 'https://'.trim($c->domain),