File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ protected function queueJobProcessingHandler(JobProcessing $event)
383383 *
384384 * @param \Illuminate\Queue\Events\JobProcessing $event
385385 */
386- protected function queueJobExceptionOccurred (JobExceptionOccurred $ event )
386+ protected function queueJobExceptionOccurredHandler (JobExceptionOccurred $ event )
387387 {
388388 $ this ->afterQueuedJob ();
389389 }
@@ -393,7 +393,7 @@ protected function queueJobExceptionOccurred(JobExceptionOccurred $event)
393393 *
394394 * @param \Illuminate\Queue\Events\JobProcessing $event
395395 */
396- protected function queueJobProcessed (JobProcessed $ event )
396+ protected function queueJobProcessedHandler (JobProcessed $ event )
397397 {
398398 $ this ->afterQueuedJob ();
399399 }
@@ -403,7 +403,7 @@ protected function queueJobProcessed(JobProcessed $event)
403403 *
404404 * @param \Illuminate\Queue\Events\JobProcessing $event
405405 */
406- protected function queueWorkerStopping (WorkerStopping $ event )
406+ protected function queueWorkerStoppingHandler (WorkerStopping $ event )
407407 {
408408 // Flush any and all events that were possibly generated by queue jobs
409409 Integration::flushEvents ();
You can’t perform that action at this time.
0 commit comments