Skip to content

Commit dfe1665

Browse files
committed
fix readme
1 parent 419b763 commit dfe1665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ you must add this to config/larabbitmq.php like this:
5858
// ...
5959

6060
'consume-handlers' => [
61-
'default_queue'=>App\LarabbitmqConsumeHandlers\ExampleConsumeHandler
62-
]
61+
'default_queue'=>App\LarabbitmqConsumeHandlers\ExampleConsumeHandler::class
62+
]
6363

6464
// ...
6565
```

git

Whitespace-only changes.

0 commit comments

Comments
 (0)