We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2aa171 commit bcedaf9Copy full SHA for bcedaf9
src/Event/Repository/AsynchronousDatabase.php
@@ -50,6 +50,9 @@ public function load(int $limit): Collection
50
51
if ($keys !== [])
52
{
53
+ /**
54
+ * @var literal-string $keys_sql
55
+ */
56
$keys_sql = implode("','", $keys);
57
58
$this->db->execute("UPDATE `{$this->db->table('bulkgate_module')}` SET `order` = -1 WHERE `scope` = 'asynchronous' AND `key` IN ('$keys_sql')");
0 commit comments