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 c8d83e0 commit 145642fCopy full SHA for 145642f
src/Stores/PayloadStoreManager.php
@@ -24,7 +24,7 @@ public function store(string $identifier, $job): void
24
public function get(string $identifier)
25
{
26
if (($serialized = $this->store->get($identifier)) === null) {
27
- return [];
+ return null;
28
}
29
30
return unserialize($serialized);
0 commit comments