Skip to content

Commit 1fe65da

Browse files
authored
Add queue worker config docblock
1 parent d643e19 commit 1fe65da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/nativephp.php

+3
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
115115
],
116116
],
117117

118+
/**
119+
* The queue workers that get auto-started on your application start.
120+
*/
118121
'queue_workers' => [
119122
'default' => [
120123
'queues' => ['default'],

0 commit comments

Comments
 (0)