Skip to content

Commit df0ae72

Browse files
committed
fixed bug
1 parent 8917645 commit df0ae72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HookServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ protected function _tempInsert(string $queue, array $value): int
280280
->table('temp')->insertGetId([
281281
'queue' => $queue,
282282
'data' => json_encode($value, JSON_UNESCAPED_UNICODE),
283-
'created_at' => time()
283+
'create_at' => time()
284284
]);
285285
}
286286
return 0;

0 commit comments

Comments
 (0)