Closed kolibabchuk closed 1 year ago
it looks like PendingChain.php didn't get update at all: https://github.com/laravel/framework/blob/v10.31.0/src/Illuminate/Foundation/Bus/PendingChain.php
PendingChain is a new class. The then
method here is incorrect I believe and should be removed from the docs.
cc @khepin
Same for me
@commando1251 please see my messages above.
Laravel Version
v10.31.0
PHP Version
8.2.10
Database Driver & Version
No response
Description
Method 'then' not found in \Illuminate\Foundation\Bus\PendingChain as it's described in documentation: https://laravel.com/docs/10.x/queues#chains-and-batches
Steps To Reproduce
Will throw an Error:
"Call to undefined method Illuminate\Foundation\Bus\PendingChain::then()"