Skip to content

Commit 8825ed5

Browse files
committed
Update config.php
1 parent 82f0aa7 commit 8825ed5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/config/config.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@
1313
'silent' => true,
1414

1515
/**
16-
* Specify which handler to use (sync|queue)
16+
* Specify which handler to use - sync, queue or async.
17+
*
18+
* Note that the async handler will only work in systems where
19+
* the CURL command line tool is installed
1720
*/
18-
'handler' => 'sync',
21+
'handler' => 'sync',
1922

2023
'log_types' => [
2124
'eloquent_log' => [

0 commit comments

Comments
 (0)