Hey,
i think it would be amazing if i could do the following:
$chain = [
OptimizeTeamReport::makeJob($team),
SendTeamReportEmail::makeJob($team),
];
CreateNewTeamReport::withChain($chain)->dispatchAfterResponse($team);
I think that's a very common usecase and it would be awesome if it would be possible.
Thanks so much
Greetings
Leo