File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- # Laravel 5.4 Async Queue Driver
1
+ # Laravel 5.5 Async Queue Driver
2
2
3
3
## Push a function/closure to the background.
4
4
5
5
6
+ ### For Laravel 5.4, check the [ 0.6 branch] ( https://github.com/barryvdh/laravel-async-queue/tree/0.6 )
7
+
6
8
### For Laravel 5.3, check the [ 0.5 branch] ( https://github.com/barryvdh/laravel-async-queue/tree/0.5 )
7
9
8
10
Just like the 'sync' driver, this is not a real queue driver. It is always fired immediatly.
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function __construct(Worker $worker)
51
51
* @param WorkerOptions $options
52
52
* @return void
53
53
*/
54
- public function fire (WorkerOptions $ options )
54
+ public function handle (WorkerOptions $ options )
55
55
{
56
56
$ id = $ this ->argument ('id ' );
57
57
$ connection = $ this ->argument ('connection ' );
You can’t perform that action at this time.
0 commit comments