use time() instead makeDate for ignorelist created_at

This commit is contained in:
Abdulmhsen B. A. A
2022-06-28 21:05:15 +03:00
parent 84b4c9eaf7
commit 69158b84cc

View File

@@ -133,7 +133,7 @@ HELP
return self::FAILURE;
}
$list = ag_set($list, (string)$id, makeDate());
$list = ag_set($list, (string)$id, time());
$output->writeln(sprintf('<info>Added: id \'%s\' to ignore list.</info>', $id));
}