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

Skip to content

Commit b849a4b

Browse files
lachiehbarryvdh
authored andcommitted
Update readme.md (barryvdh#72)
Update links to old branches
1 parent 2ba204a commit b849a4b

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
@@ -3,9 +3,9 @@
33
## Push a function/closure to the background.
44

55

6-
### For Laravel 5.4, check the [0.6 branch](https://github.com/barryvdh/laravel-async-queue/tree/0.6)
6+
### For Laravel 5.4, check the [0.6 branch](https://github.com/barryvdh/laravel-async-queue/tree/v0.6.0)
77

8-
### For Laravel 5.3, check the [0.5 branch](https://github.com/barryvdh/laravel-async-queue/tree/0.5)
8+
### For Laravel 5.3, check the [0.5 branch](https://github.com/barryvdh/laravel-async-queue/tree/v0.5.0)
99

1010
Just like the 'sync' driver, this is not a real queue driver. It is always fired immediatly.
1111
The only difference is that the closure is sent to the background without waiting for the response.

0 commit comments

Comments
 (0)