File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,11 @@ export default class SendEmailJob extends Job<SendEmailPayload> {
5656}
5757```
5858
59- > ** Note** : The job name defaults to the class name (` SendEmailJob ` ). You can override it with ` name: 'CustomName' ` in options if needed.
60- >
61- > ** Warning** : If you minify your code in production, class names may be mangled. In that case, always specify ` name ` explicitly in your job options.
59+ > [ !NOTE]
60+ > The job name defaults to the class name (` SendEmailJob ` ). You can override it with ` name: 'CustomName' ` in options if needed.
61+
62+ > [ !WARNING]
63+ > If you minify your code in production, class names may be mangled. In that case, always specify ` name ` explicitly in your job options.
6264
6365### 2. Configure the Queue Manager
6466
You can’t perform that action at this time.
0 commit comments