mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Code cleanup and realign.
This commit is contained in:
@@ -78,7 +78,7 @@ class ExportController extends Controller
|
||||
}
|
||||
$content = $repository->getContent($job);
|
||||
|
||||
$job->change('export_downloaded');
|
||||
$repository->changeStatus($job, 'export_downloaded');
|
||||
/** @var LaravelResponse $response */
|
||||
$response = response($content, 200);
|
||||
$response
|
||||
|
Reference in New Issue
Block a user