pipeline ->send($payload) ->through([ \App\Domain\Questions\Stages\NormalizeQuestion::class, \App\Domain\Questions\Stages\ClassifyQuestion::class, \App\Domain\Questions\Stages\EstimateDifficulty::class, ]) ->thenReturn(); } }