-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class \"Illuminate\\Foundation\\Bus\\PendingChain\" not found #899
Comments
Actualice la versión de themosis a la 3.1 y me sigue apareciendo el mismo error |
adjunto log
|
definitivamente, el marcho de themosis esta bien pero no he podido lograr encadenar varios jobs por ejemplo intenten un metodo brusco de encadenar ProcessGenerarPDF::dispatch()->after(function($job){}) [2023-05-23 00:27:46] local.ERROR: Call to undefined method App\Jobs\ProcessGenerarPDF::after() {"userId":null,"email":null,"exception":"[object] (Error(code: 0): Call to undefined method App\Jobs\ProcessGenerarPDF::after() at themosis\vendor\themosis\framework\src\Core\Bus\PendingDispatch.php:186 |
Description
al usar las queue me sale el siguiente error:
=> Class "Illuminate\Foundation\Bus\PendingChain" not found
Steps to reproduce
Bus::chain([ new ProcessEnviarCotizacion(array( "TEST" => "")), new ProcessEliminarPdfCotizacion, ])->dispatch();
Expected behavior
Poder seguir las funciones normales de laravel
The text was updated successfully, but these errors were encountered: