Skip to content

Commit 2351f72

Browse files
authored
Update the custom class code in the README file (vyuldashev#427)
1 parent ae7de07 commit 2351f72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ class RabbitMQJob extends BaseJob
215215
$method = 'handle';
216216

217217
($this->instance = $this->resolve($class))->{$method}($this, $payload);
218+
219+
$this->delete();
218220
}
219221
}
220222

0 commit comments

Comments
 (0)