Aaron Dunphy
Results
1
comments of
Aaron Dunphy
Very late to the party here but what worked for me was adding `die();` after the download command. Example: ``` public function index(Export $export, GetAllSeoCheckDocuments $getAllSeoCheckDocuments) { $documents = $getAllSeoCheckDocuments->execute();...