Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8afba65

Browse files
committed
Tag 0.4
1 parent d523c51 commit 8afba65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ This package is more usable as an alternative for running incidental tasks in th
1212

1313
Require the latest version of this package with Composer
1414

15-
composer require barryvdh/laravel-async-queue:"0.4.x@dev"
15+
composer require barryvdh/laravel-async-queue:"0.4.x"
1616

1717
Add the Service Provider to the providers array in config/app.php
1818

19-
'Barryvdh\Queue\AsyncServiceProvider',
19+
Barryvdh\Queue\AsyncServiceProvider::class,
2020

2121
You need to create the migration table for queues and run it.
2222

0 commit comments

Comments
 (0)